Searched refs:ConstantFoldInstOperands (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 64 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1212 return ConstantFoldInstOperands(I, Ops, DL, TLI); in ConstantFoldInstruction() 1221 Constant *llvm::ConstantFoldInstOperands(Instruction *I, in ConstantFoldInstOperands() function in llvm
|
H A D | ScalarEvolution.cpp | 8271 return ConstantFoldInstOperands(I, Operands, DL, TLI); in EvaluateExpression() 8696 C = ConstantFoldInstOperands(I, Operands, DL, &TLI); in computeSCEVAtScope()
|
H A D | InstructionSimplify.cpp | 3961 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in SimplifyWithOpReplaced()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 1214 if (Value *V = ConstantFoldInstOperands(I, C, DL, TLI)) in createExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5238 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()
|