Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp74 void shrinkWrapCI(CallInst *CI, Value *Cond);
177 shrinkWrapCI(CI, Cond); in performCallDomainErrorOnly()
215 shrinkWrapCI(CI, Cond); in performCallRangeErrorOnly()
278 shrinkWrapCI(CI, Cond); in performCallErrors()
467 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI() function in LibCallsShrinkWrap