reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelLowering.cpp
 5360   EVT VT = Op.getValueType();
 5362     return LowerVectorFP_TO_INT(Op, DAG);
 5363   if (isUnsupportedFloatingType(Op.getOperand(0).getValueType())) {
 5365     if (Op.getOpcode() == ISD::FP_TO_SINT)
 5366       LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(),
 5367                               Op.getValueType());
 5369       LC = RTLIB::getFPTOUINT(Op.getOperand(0).getValueType(),
 5370                               Op.getValueType());
 5372     return makeLibCall(DAG, LC, Op.getValueType(), Op.getOperand(0),
 5372     return makeLibCall(DAG, LC, Op.getValueType(), Op.getOperand(0),
 5373                        CallOptions, SDLoc(Op)).first;
 5376   return Op;