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

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

Completed in 213 milliseconds