Lines Matching refs:LibFunc
94 bool performCallDomainErrorOnly(CallInst *CI, const LibFunc &Func);
95 bool performCallErrors(CallInst *CI, const LibFunc &Func);
96 bool performCallRangeErrorOnly(CallInst *CI, const LibFunc &Func);
97 Value *generateOneRangeCond(CallInst *CI, const LibFunc &Func);
98 Value *generateTwoRangeCond(CallInst *CI, const LibFunc &Func);
99 Value *generateCondForPow(CallInst *CI, const LibFunc &Func);
135 const LibFunc &Func) { in performCallDomainErrorOnly()
187 const LibFunc &Func) { in performCallRangeErrorOnly()
225 const LibFunc &Func) { in performCallErrors()
298 LibFunc Func; in checkCandidate()
318 const LibFunc &Func) { in generateOneRangeCond()
340 const LibFunc &Func) { in generateTwoRangeCond()
419 const LibFunc &Func) { in generateCondForPow()
504 LibFunc Func; in perform()