reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1971 Ret = optimizeUnaryDoubleFP(CI, B, true); 2011 IRBuilder<>::FastMathFlagGuard Guard(B); 2012 B.setFastMathFlags(I->getFastMathFlags()); 2019 Value *FabsCall = B.CreateCall(Fabs, RepeatOp, "fabs"); 2025 Value *SqrtCall = B.CreateCall(Sqrt, OtherOp, "sqrt"); 2026 return B.CreateFMul(FabsCall, SqrtCall);