Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:VT2

1865 bool HexagonTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
1866 if (!VT1.isSimple() || !VT2.isSimple()) {
1869 return ((VT1.getSimpleVT() == MVT::i64) && (VT2.getSimpleVT() == MVT::i32));