Home
last modified time | relevance | path

Searched refs:StreamArg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h216 int StreamArg = -1);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2318 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
2321 int StreamArg) { in optimizeErrorReporting() argument
2332 isReportingError(Callee, CI, StreamArg)) { in optimizeErrorReporting()
2339 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) { in isReportingError() argument
2343 if (StreamArg < 0) in isReportingError()
2349 if (StreamArg >= (int)CI->getNumArgOperands()) in isReportingError()
2351 LoadInst *LI = dyn_cast<LoadInst>(CI->getArgOperand(StreamArg)); in isReportingError()