reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
571 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0)); 572 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 573 GetSoftenedFloat(N->getOperand(1)) }; 575 EVT OpsVT[2] = { N->getOperand(0).getValueType(), 576 N->getOperand(1).getValueType() }; 577 CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true); 578 return TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), 584 NVT, Ops, CallOptions, SDLoc(N)).first;