Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DConstantFolding.h64 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1212 return ConstantFoldInstOperands(I, Ops, DL, TLI); in ConstantFoldInstruction()
1221 Constant *llvm::ConstantFoldInstOperands(Instruction *I, in ConstantFoldInstOperands() function in llvm
H A DScalarEvolution.cpp8271 return ConstantFoldInstOperands(I, Operands, DL, TLI); in EvaluateExpression()
8696 C = ConstantFoldInstOperands(I, Operands, DL, &TLI); in computeSCEVAtScope()
H A DInstructionSimplify.cpp3961 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in SimplifyWithOpReplaced()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1214 if (Value *V = ConstantFoldInstOperands(I, C, DL, TLI)) in createExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5238 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()