Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h216 int StreamArg = -1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2333 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
2336 int StreamArg) { in optimizeErrorReporting() argument
2347 isReportingError(Callee, CI, StreamArg)) { in optimizeErrorReporting()
2354 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) { in isReportingError() argument
2358 if (StreamArg < 0) in isReportingError()
2364 if (StreamArg >= (int)CI->getNumArgOperands()) in isReportingError()
2366 LoadInst *LI = dyn_cast<LoadInst>(CI->getArgOperand(StreamArg)); in isReportingError()