Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h179 Constant *ConstantFoldCall(const CallBase *Call, Function *F,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp511 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
H A DSCCPSolver.cpp1501 if (Constant *C = ConstantFoldCall(&CB, F, Operands, &GetTLI(*F))) in handleCallOverdefined()
/openbsd-src/gnu/llvm/llvm/docs/
H A DExtendingLLVM.rst61 ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1085 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 DInlineCost.cpp2157 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
H A DInstructionSimplify.cpp6509 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()