Home
last modified time | relevance | path

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

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