Lines Matching refs:VT2
1500 bool HexagonTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {1501 if (!VT1.isSimple() || !VT2.isSimple()) {1504 return ((VT1.getSimpleVT() == MVT::i64) && (VT2.getSimpleVT() == MVT::i32));