Lines Matching refs:LibFunc
75 bool performCallDomainErrorOnly(CallInst *CI, const LibFunc &Func);
76 bool performCallErrors(CallInst *CI, const LibFunc &Func);
77 bool performCallRangeErrorOnly(CallInst *CI, const LibFunc &Func);
78 Value *generateOneRangeCond(CallInst *CI, const LibFunc &Func);
79 Value *generateTwoRangeCond(CallInst *CI, const LibFunc &Func);
80 Value *generateCondForPow(CallInst *CI, const LibFunc &Func);
131 const LibFunc &Func) { in performCallDomainErrorOnly()
183 const LibFunc &Func) { in performCallRangeErrorOnly()
221 const LibFunc &Func) { in performCallErrors()
294 LibFunc Func; in checkCandidate()
314 const LibFunc &Func) { in generateOneRangeCond()
336 const LibFunc &Func) { in generateTwoRangeCond()
415 const LibFunc &Func) { in generateCondForPow()
488 LibFunc Func; in perform()