Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h199 Constant *ConstantFoldCall(const CallBase *Call, Function *F,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp523 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
H A DSCCPSolver.cpp1730 if (Constant *C = ConstantFoldCall(&CB, F, Operands, &GetTLI(*F))) in handleCallOverdefined()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp396 return ConstantFoldCall(&I, F, Ops); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1038 return ConstantFoldCall(Call, F, Ops.slice(0, Ops.size() - 1), TLI, in ConstantFoldInstOperandsImpl()
3461 Constant *llvm::ConstantFoldCall(const CallBase *Call, Function *F, in ConstantFoldCall() function in llvm
H A DInlineCost.cpp2253 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
H A DInstructionSimplify.cpp6966 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()