Searched refs:ConstantFoldCall (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 179 Constant *ConstantFoldCall(const CallBase *Call, Function *F,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 511 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
|
| H A D | SCCPSolver.cpp | 1501 if (Constant *C = ConstantFoldCall(&CB, F, Operands, &GetTLI(*F))) in handleCallOverdefined()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ExtendingLLVM.rst | 61 ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1085 return ConstantFoldCall(Call, F, Ops.slice(0, Ops.size() - 1), TLI); in ConstantFoldInstOperandsImpl() 3270 Constant *llvm::ConstantFoldCall(const CallBase *Call, Function *F, in ConstantFoldCall() function in llvm
|
| H A D | InlineCost.cpp | 2157 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
|
| H A D | InstructionSimplify.cpp | 6509 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()
|