Searched refs:ConstantFoldCall (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DConstantFolding.h96 /// ConstantFoldCall - Attempt to constant fold a call to the specified function
98 Constant *ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands,
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1027 return ConstantFoldCall(F, Ops.slice(0, Ops.size() - 1), TLI);
1767 llvm::ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands, function in class:llvm
H A DInstructionSimplify.cpp3610 return ConstantFoldCall(F, ConstantArgs, Q.TLI);
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp711 if (Constant *C = ConstantFoldCall(F, ConstantArgs)) {
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1117 if (Constant *C = ConstantFoldCall(F, Operands, TLI))
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2530 if (Constant *C = ConstantFoldCall(Callee, Formals, TLI)) {

Completed in 139 milliseconds