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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DConstantFolding.cpp73 unsigned NumSrcElt = CV->getNumOperands(); local
74 if (NumDstElt == NumSrcElt)
108 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt);
123 if (NumDstElt < NumSrcElt) {
126 unsigned Ratio = NumSrcElt/NumDstElt;
153 unsigned Ratio = NumDstElt/NumSrcElt;
157 for (unsigned i = 0; i != NumSrcElt; ++i) {
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp122 unsigned NumSrcElt = C->getType()->getVectorNumElements(); local
123 if (NumDstElt == NumSrcElt)
156 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt);
172 if (NumDstElt < NumSrcElt) {
175 unsigned Ratio = NumSrcElt/NumDstElt;
204 unsigned Ratio = NumDstElt/NumSrcElt;
208 for (unsigned i = 0; i != NumSrcElt; ++i) {

Completed in 69 milliseconds