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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp155 unsigned NumSrcElt = C->getType()->getVectorNumElements(); local
156 if (NumDstElt == NumSrcElt)
189 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt);
205 if (NumDstElt < NumSrcElt) {
208 unsigned Ratio = NumSrcElt/NumDstElt;
241 unsigned Ratio = NumDstElt/NumSrcElt;
245 for (unsigned i = 0; i != NumSrcElt; ++i) {

Completed in 48 milliseconds