Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isFloatingPoint

414               .isFloatingPoint() &&
415 NVT.isVector() && NVT.getVectorElementType().isFloatingPoint())
424 if ((VT.isFloatingPoint() && NVT.isFloatingPoint()) ||
425 (VT.isVector() && VT.getVectorElementType().isFloatingPoint() &&
426 NVT.isVector() && NVT.getVectorElementType().isFloatingPoint()))