Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h77 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp600 InstResult = ConstantFoldInstOperands(&*CurInst, Ops, DL, TLI); in EvaluateBlock()
H A DSCCPSolver.cpp1599 if (Constant *C = ConstantFoldInstOperands(&I, Operands, DL)) in visitGetElementPtrInst()
H A DSimplifyCFG.cpp5900 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp420 return ConstantFoldInstOperands(&I, Ops, DL); in visitGetElementPtrInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1157 return ConstantFoldInstOperands(I, Ops, DL, TLI); in ConstantFoldInstruction()
1166 Constant *llvm::ConstantFoldInstOperands(Instruction *I, in ConstantFoldInstOperands() function in llvm
H A DInstructionSimplify.cpp4468 Constant *Res = ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in simplifyWithOpReplaced()
4474 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in simplifyWithOpReplaced()
7073 return ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()
H A DInlineCost.cpp1663 auto *C = ConstantFoldInstOperands(&I, COps, DL); in simplifyInstruction()
H A DScalarEvolution.cpp9595 return ConstantFoldInstOperands(I, Operands, DL, TLI, in EvaluateExpression()
10087 C = ConstantFoldInstOperands(I, Operands, DL, &TLI, in computeSCEVAtScope()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1221 if (Value *V = ConstantFoldInstOperands(I, C, DL, TLI)) in createExpression()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1673 return ConstantFoldInstOperands(&I, ConstOps, I.getDataLayout()); in constantFoldOperationIntoSelectOperand()