reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1291 IRBuilder<>::FastMathFlagGuard Guard(B); 1292 B.setFastMathFlags(CI->getFastMathFlags()); 1299 Function *Fn = Intrinsic::getDeclaration(M, IID, B.getFloatTy()); 1300 R = isBinary ? B.CreateCall(Fn, V) : B.CreateCall(Fn, V[0]); 1300 R = isBinary ? B.CreateCall(Fn, V) : B.CreateCall(Fn, V[0]); 1303 R = isBinary ? emitBinaryFloatFnCall(V[0], V[1], CalleeName, B, CalleeAttrs) 1304 : emitUnaryFloatFnCall(V[0], CalleeName, B, CalleeAttrs); 1306 return B.CreateFPExt(R, B.getDoubleTy()); 1306 return B.CreateFPExt(R, B.getDoubleTy());