Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h146 int StreamArg = -1);
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1509 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
1512 int StreamArg) { in optimizeErrorReporting() argument
1524 isReportingError(Callee, CI, StreamArg)) { in optimizeErrorReporting()
1531 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) { in isReportingError() argument
1538 if (StreamArg < 0) in isReportingError()
1544 if (StreamArg >= (int)CI->getNumArgOperands()) in isReportingError()
1546 LoadInst *LI = dyn_cast<LoadInst>(CI->getArgOperand(StreamArg)); in isReportingError()