Searched refs:N00Type (Results 1 – 1 of 1) sorted by relevance
47489 EVT N00Type = N00.getValueType(); in convertIntLogicToFPLogic() local47493 if (N00Type != N10Type || !((Subtarget.hasSSE1() && N00Type == MVT::f32) || in convertIntLogicToFPLogic()47494 (Subtarget.hasSSE2() && N00Type == MVT::f64) || in convertIntLogicToFPLogic()47495 (Subtarget.hasFP16() && N00Type == MVT::f16))) in convertIntLogicToFPLogic()47500 SDValue FPLogic = DAG.getNode(FPOpcode, DL, N00Type, N00, N10); in convertIntLogicToFPLogic()47521 unsigned NumElts = 128 / N00Type.getSizeInBits(); in convertIntLogicToFPLogic()47522 EVT VecVT = EVT::getVectorVT(*DAG.getContext(), N00Type, NumElts); in convertIntLogicToFPLogic()