Searched refs:ConstantFoldCall (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 156 Constant *ConstantFoldCall(const CallBase *Call, Function *F,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 588 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
|
| H A D | SCCPSolver.cpp | 1174 if (Constant *C = ConstantFoldCall(&CB, F, Operands, &GetTLI(*F))) { in handleCallOverdefined()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | ExtendingLLVM.rst | 61 ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1086 return ConstantFoldCall(Call, F, Ops.slice(0, Ops.size() - 1), TLI); in ConstantFoldInstOperandsImpl() 2991 Constant *llvm::ConstantFoldCall(const CallBase *Call, Function *F, in ConstantFoldCall() function in llvm
|
| H A D | InlineCost.cpp | 1805 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
|
| H A D | InstructionSimplify.cpp | 5777 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()
|