reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5425 EVT VT = Op.getValueType(); 5427 return LowerVectorINT_TO_FP(Op, DAG); 5430 if (Op.getOpcode() == ISD::SINT_TO_FP) 5431 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), 5432 Op.getValueType()); 5434 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(), 5435 Op.getValueType()); 5437 return makeLibCall(DAG, LC, Op.getValueType(), Op.getOperand(0), 5437 return makeLibCall(DAG, LC, Op.getValueType(), Op.getOperand(0), 5438 CallOptions, SDLoc(Op)).first; 5441 return Op;