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

/freebsd-9.3-release/contrib/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,
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp975 return ConstantFoldCall(F, Ops.slice(0, Ops.size() - 1), TLI);
1318 /// ConstantFoldCall - Attempt to constant fold a call to the specified function
1321 llvm::ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands, function in class:llvm
H A DInstructionSimplify.cpp3016 return ConstantFoldCall(F, ConstantArgs, Q.TLI);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp707 if (Constant *C = ConstantFoldCall(F, ConstantArgs)) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1110 if (Constant *C = ConstantFoldCall(F, Operands, TLI))
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2624 if (Constant *C = ConstantFoldCall(Callee, Formals, TLI)) {

Completed in 798 milliseconds