Home
last modified time | relevance | path

Searched refs:ElemRatio (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12409 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec() local
12410 assert(ElemRatio > 1 && "Invalid element size ratio"); in reduceBuildVecExtToExtBuildVec()
12414 unsigned NewBVElems = ElemRatio * VT.getVectorNumElements(); in reduceBuildVecExtToExtBuildVec()
12428 unsigned Index = isLE ? (i * ElemRatio) : in reduceBuildVecExtToExtBuildVec()
12429 (i * ElemRatio + (ElemRatio - 1)); in reduceBuildVecExtToExtBuildVec()