Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h66 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp588 InstResult = ConstantFoldInstOperands(&*CurInst, Ops, DL, TLI); in EvaluateBlock()
H A DSimplifyCFG.cpp5663 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1203 return ConstantFoldInstOperands(I, Ops, DL, TLI); in ConstantFoldInstruction()
1212 Constant *llvm::ConstantFoldInstOperands(Instruction *I, in ConstantFoldInstOperands() function in llvm
H A DInlineCost.cpp1579 auto *C = ConstantFoldInstOperands(&I, COps, DL); in simplifyInstruction()
H A DInstructionSimplify.cpp4277 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in simplifyWithOpReplaced()
6596 return ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()
H A DScalarEvolution.cpp9554 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 DNewGVN.cpp1220 if (Value *V = ConstantFoldInstOperands(I, C, DL, TLI)) in createExpression()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1051 return ConstantFoldInstOperands(&I, ConstOps, I.getModule()->getDataLayout()); in constantFoldOperationIntoSelectOperand()