Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DConstantFolding.h87 ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands);
/external/llvm/include/llvm/Analysis/
DConstantFolding.h138 Constant *ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands,
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp441 if (Constant *C = ConstantFoldCall(Callee, Formals, TLI)) { in EvaluateBlock()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp837 return ConstantFoldCall(F, Ops.slice(0, Ops.size() - 1)); in ConstantFoldInstOperands()
1171 llvm::ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands) { in ConstantFoldCall() function in llvm
/external/llvm/lib/Analysis/
DConstantFolding.cpp950 return ConstantFoldCall(F, Ops.slice(0, Ops.size() - 1), TLI); in ConstantFoldInstOperandsImpl()
1915 llvm::ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands, in ConstantFoldCall() function in llvm
DInlineCost.cpp874 if (Constant *C = ConstantFoldCall(F, ConstantArgs)) { in simplifyCallSite()
DInstructionSimplify.cpp4065 return ConstantFoldCall(F, ConstantArgs, Q.TLI); in SimplifyCall()
/external/llvm/docs/
DExtendingLLVM.rst59 ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1106 if (Constant *C = ConstantFoldCall(F, Operands, TLI)) { in visitCallSite()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1294 if (Constant *C = ConstantFoldCall(F, Operands)) in visitCallSite()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2464 if (Constant *C = ConstantFoldCall(Callee, Formals)) { in EvaluateFunction()