Searched refs:ConstOps (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 3933 SmallVector<Constant *, 8> ConstOps; in SimplifyWithOpReplaced() local 3936 ConstOps.push_back(ConstOp); in SimplifyWithOpReplaced() 3954 return ConstantFoldCompareInstOperands(C->getPredicate(), ConstOps[0], in SimplifyWithOpReplaced() 3955 ConstOps[1], Q.DL, Q.TLI); in SimplifyWithOpReplaced() 3959 return ConstantFoldLoadFromConstPtr(ConstOps[0], LI->getType(), Q.DL); in SimplifyWithOpReplaced() 3961 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in SimplifyWithOpReplaced()
|