Searched refs:ConstantFoldCall (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 199 Constant *ConstantFoldCall(const CallBase *Call, Function *F,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 523 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
|
H A D | SCCPSolver.cpp | 1730 if (Constant *C = ConstantFoldCall(&CB, F, Operands, &GetTLI(*F))) in handleCallOverdefined()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 396 return ConstantFoldCall(&I, F, Ops); in visitCallBase()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1038 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 D | InlineCost.cpp | 2253 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
|
H A D | InstructionSimplify.cpp | 6966 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()
|