Searched refs:IntToFP (Results 1 – 1 of 1) sorted by relevance
2167 auto IntToFP = N->getOperand(0); in performVectorConvertLowCombine() local2168 if (IntToFP.getOpcode() != ISD::SINT_TO_FP && in performVectorConvertLowCombine()2169 IntToFP.getOpcode() != ISD::UINT_TO_FP) in performVectorConvertLowCombine()2171 if (IntToFP.getValueType() != MVT::v4f64) in performVectorConvertLowCombine()2173 auto Source = IntToFP.getOperand(0); in performVectorConvertLowCombine()2180 unsigned Op = IntToFP->getOpcode() == ISD::SINT_TO_FP in performVectorConvertLowCombine()