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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DConstantFolding.cpp837 return ConstantFoldCall(F, Ops.slice(0, Ops.size() - 1));
1168 /// ConstantFoldCall - Attempt to constant fold a call to the specified function
1171 llvm::ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands) { function in class:llvm
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp950 return ConstantFoldCall(F, Ops.slice(0, Ops.size() - 1), TLI);
1915 llvm::ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands, function in class:llvm

Completed in 62 milliseconds