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

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1030 return ConstantFoldCall(F, Ops.slice(0, Ops.size() - 1), TLI);
1764 /// ConstantFoldCall - Attempt to constant fold a call to the specified function
1767 llvm::ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands, function in class:llvm

Completed in 347 milliseconds