Lines Matching refs:LibFunc
96 bool performCallDomainErrorOnly(CallInst *CI, const LibFunc &Func);
97 bool performCallErrors(CallInst *CI, const LibFunc &Func);
98 bool performCallRangeErrorOnly(CallInst *CI, const LibFunc &Func);
99 Value *generateOneRangeCond(CallInst *CI, const LibFunc &Func);
100 Value *generateTwoRangeCond(CallInst *CI, const LibFunc &Func);
101 Value *generateCondForPow(CallInst *CI, const LibFunc &Func);
137 const LibFunc &Func) { in performCallDomainErrorOnly()
189 const LibFunc &Func) { in performCallRangeErrorOnly()
227 const LibFunc &Func) { in performCallErrors()
300 LibFunc Func; in checkCandidate()
320 const LibFunc &Func) { in generateOneRangeCond()
342 const LibFunc &Func) { in generateTwoRangeCond()
421 const LibFunc &Func) { in generateCondForPow()
506 LibFunc Func; in perform()