reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
384 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); 385 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 387 EVT OpsVT[1] = { N->getOperand(0).getValueType() }; 388 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); 389 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), 395 NVT, Op, CallOptions, SDLoc(N)).first;