Home | History | Annotate | Download | only in InstCombine

Lines Matching full:sqrtf

1211   // Fold (fptrunc (sqrt (fpext x))) -> (sqrtf x)
1213 if (Call && Call->getCalledFunction() && TLI->has(LibFunc::sqrtf) &&
1225 Constant *SqrtfFunc = M->getOrInsertFunction("sqrtf",