Searched refs:ConstantFoldInstOperands (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 66 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 588 InstResult = ConstantFoldInstOperands(&*CurInst, Ops, DL, TLI); in EvaluateBlock()
|
| H A D | SimplifyCFG.cpp | 5663 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1203 return ConstantFoldInstOperands(I, Ops, DL, TLI); in ConstantFoldInstruction() 1212 Constant *llvm::ConstantFoldInstOperands(Instruction *I, in ConstantFoldInstOperands() function in llvm
|
| H A D | InlineCost.cpp | 1579 auto *C = ConstantFoldInstOperands(&I, COps, DL); in simplifyInstruction()
|
| H A D | InstructionSimplify.cpp | 4277 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in simplifyWithOpReplaced() 6596 return ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()
|
| H A D | ScalarEvolution.cpp | 9554 return ConstantFoldInstOperands(I, Operands, DL, TLI); in EvaluateExpression() 10070 C = ConstantFoldInstOperands(I, Operands, DL, &TLI); in computeSCEVAtScope()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1220 if (Value *V = ConstantFoldInstOperands(I, C, DL, TLI)) in createExpression()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1051 return ConstantFoldInstOperands(&I, ConstOps, I.getModule()->getDataLayout()); in constantFoldOperationIntoSelectOperand()
|