Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LibFunc

1317   // TLI->has(LibFunc::sqrtf), even for the sqrt intrinsic, because
1318 // TLI->has(LibFunc::sqrtf) is sufficient to guarantee that the
1321 if (Call && Call->getCalledFunction() && TLI->has(LibFunc::sqrtf) &&
1322 (Call->getCalledFunction()->getName() == TLI->getName(LibFunc::sqrt) ||