Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h64 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1250 return ConstantFoldInstOperands(I, Ops, DL, TLI); in ConstantFoldInstruction()
1259 Constant *llvm::ConstantFoldInstOperands(Instruction *I, in ConstantFoldInstOperands() function in llvm
H A DInstructionSimplify.cpp4008 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in simplifyWithOpReplaced()
6095 Result = ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()
H A DScalarEvolution.cpp8528 return ConstantFoldInstOperands(I, Operands, DL, TLI); in EvaluateExpression()
8952 C = ConstantFoldInstOperands(I, Operands, DL, &TLI); in computeSCEVAtScope()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1214 if (Value *V = ConstantFoldInstOperands(I, C, DL, TLI)) in createExpression()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5113 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()