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

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

Completed in 116 milliseconds