Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h219 int StreamArg = -1);
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2765 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
2768 int StreamArg) { in optimizeErrorReporting() argument
2779 isReportingError(Callee, CI, StreamArg)) { in optimizeErrorReporting()
2786 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) { in isReportingError() argument
2790 if (StreamArg < 0) in isReportingError()
2796 if (StreamArg >= (int)CI->arg_size()) in isReportingError()
2798 LoadInst *LI = dyn_cast<LoadInst>(CI->getArgOperand(StreamArg)); in isReportingError()