Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp101 Value *generateCondForPow(CallInst *CI, const LibFunc &Func);
275 Cond = generateCondForPow(CI, Func); in performCallErrors()
420 Value *LibCallsShrinkWrap::generateCondForPow(CallInst *CI, in generateCondForPow() function in LibCallsShrinkWrap