Searched refs:N00Type (Results 1 – 1 of 1) sorted by relevance
49217 EVT N00Type = N00.getValueType(); in convertIntLogicToFPLogic() local49221 if (N00Type != N10Type || !((Subtarget.hasSSE1() && N00Type == MVT::f32) || in convertIntLogicToFPLogic()49222 (Subtarget.hasSSE2() && N00Type == MVT::f64) || in convertIntLogicToFPLogic()49223 (Subtarget.hasFP16() && N00Type == MVT::f16))) in convertIntLogicToFPLogic()49228 SDValue FPLogic = DAG.getNode(FPOpcode, DL, N00Type, N00, N10); in convertIntLogicToFPLogic()49249 unsigned NumElts = 128 / N00Type.getSizeInBits(); in convertIntLogicToFPLogic()49250 EVT VecVT = EVT::getVectorVT(*DAG.getContext(), N00Type, NumElts); in convertIntLogicToFPLogic()