Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DConstantFolding.h63 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1163 return ConstantFoldInstOperands(I, Ops, DL, TLI); in ConstantFoldInstruction()
1172 Constant *llvm::ConstantFoldInstOperands(Instruction *I, in ConstantFoldInstOperands() function in llvm
H A DInlineCost.cpp736 return ConstantFoldInstOperands(&I, COps[0], DL); in visitUnaryInstruction()
H A DScalarEvolution.cpp7783 return ConstantFoldInstOperands(I, Operands, DL, TLI); in EvaluateExpression()
8173 C = ConstantFoldInstOperands(I, Operands, DL, &TLI); in computeSCEVAtScope()
H A DInstructionSimplify.cpp3833 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in SimplifyWithOpReplaced()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1192 if (Value *V = ConstantFoldInstOperands(I, C, DL, TLI)) in createExpression()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4625 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()