Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DConstantFolding.h156 Constant *ConstantFoldCall(const CallBase *Call, Function *F,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp588 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
H A DSCCPSolver.cpp1174 if (Constant *C = ConstantFoldCall(&CB, F, Operands, &GetTLI(*F))) { in handleCallOverdefined()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtendingLLVM.rst61 ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1086 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 DInlineCost.cpp1805 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
H A DInstructionSimplify.cpp5777 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()