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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8875 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); local
8876 assert(ElemRatio > 1 && "Invalid element size ratio");
8880 unsigned NewBVElems = ElemRatio * VT.getVectorNumElements();
8894 unsigned Index = isLE ? (i * ElemRatio) :
8895 (i * ElemRatio + (ElemRatio - 1));

Completed in 130 milliseconds