Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h149 int StreamArg = -1);
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1719 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
1722 int StreamArg) { in optimizeErrorReporting() argument
1734 isReportingError(Callee, CI, StreamArg)) { in optimizeErrorReporting()
1741 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) { in isReportingError() argument
1745 if (StreamArg < 0) in isReportingError()
1751 if (StreamArg >= (int)CI->getNumArgOperands()) in isReportingError()
1753 LoadInst *LI = dyn_cast<LoadInst>(CI->getArgOperand(StreamArg)); in isReportingError()