Home
last modified time | relevance | path

Searched refs:C2Elts (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1965 SmallVector<Constant*, 16> C1Elts, C2Elts; in ConstantFoldCompareInstruction() local
1967 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()