Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp96 void shrinkWrapCI(CallInst *CI, Value *Cond);
184 shrinkWrapCI(CI, Cond); in performCallDomainErrorOnly()
222 shrinkWrapCI(CI, Cond); in performCallRangeErrorOnly()
285 shrinkWrapCI(CI, Cond); in performCallErrors()
486 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI() function in LibCallsShrinkWrap