Searched refs:ConstantFoldCall (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ConstantFolding.h | 87 ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands);
|
/external/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 138 Constant *ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands,
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 441 if (Constant *C = ConstantFoldCall(Callee, Formals, TLI)) { in EvaluateBlock()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 837 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/ |
D | ConstantFolding.cpp | 950 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
|
D | InlineCost.cpp | 874 if (Constant *C = ConstantFoldCall(F, ConstantArgs)) { in simplifyCallSite()
|
D | InstructionSimplify.cpp | 4065 return ConstantFoldCall(F, ConstantArgs, Q.TLI); in SimplifyCall()
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 59 ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1106 if (Constant *C = ConstantFoldCall(F, Operands, TLI)) { in visitCallSite()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1294 if (Constant *C = ConstantFoldCall(F, Operands)) in visitCallSite()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2464 if (Constant *C = ConstantFoldCall(Callee, Formals)) { in EvaluateFunction()
|