Searched refs:C2Elts (Results 1 – 1 of 1) sorted by relevance
1965 SmallVector<Constant*, 16> C1Elts, C2Elts; in ConstantFoldCompareInstruction() local1967 C2->getVectorElements(C2Elts); in ConstantFoldCompareInstruction()1968 if (C1Elts.empty() || C2Elts.empty()) in ConstantFoldCompareInstruction()1976 ResElts.push_back(ConstantExpr::getCompare(pred, C1Elts[i], C2Elts[i])); in ConstantFoldCompareInstruction()