Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp98 bool performCallRangeErrorOnly(CallInst *CI, const LibFunc &Func);
188 bool LibCallsShrinkWrap::performCallRangeErrorOnly(CallInst *CI, in performCallRangeErrorOnly() function in LibCallsShrinkWrap
512 if (performCallDomainErrorOnly(CI, Func) || performCallRangeErrorOnly(CI, Func)) in perform()