Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DConstantFolding.h146 Constant *ConstantFoldCall(ImmutableCallSite CS, Function *F,
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp544 if (Constant *C = ConstantFoldCall(CS, Callee, Formals, TLI)) { in EvaluateBlock()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1030 return ConstantFoldCall(CS, F, Ops.slice(0, Ops.size() - 1), TLI); in ConstantFoldInstOperandsImpl()
2294 llvm::ConstantFoldCall(ImmutableCallSite CS, Function *F, in ConstantFoldCall() function in llvm
H A DInlineCost.cpp1197 if (Constant *C = ConstantFoldCall(CS, F, ConstantArgs)) { in simplifyCallSite()
H A DInstructionSimplify.cpp5174 return ConstantFoldCall(CS, F, ConstantArgs, Q.TLI); in SimplifyCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1256 if (Constant *C = ConstantFoldCall(CS, F, Operands, TLI)) { in visitCallSite()