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

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp109 unsigned NumSrcElt = C->getType()->getVectorNumElements(); local
110 if (NumDstElt == NumSrcElt)
143 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt);
159 if (NumDstElt < NumSrcElt) {
162 unsigned Ratio = NumSrcElt/NumDstElt;
191 unsigned Ratio = NumDstElt/NumSrcElt;
195 for (unsigned i = 0; i != NumSrcElt; ++i) {

Completed in 41 milliseconds