Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:sext

726         isSExt = true, FromVT = MVT::i1;   // ASSERT SEXT 1
730 isSExt = true, FromVT = MVT::i8; // ASSERT SEXT 8
734 isSExt = true, FromVT = MVT::i16; // ASSERT SEXT 16
738 isSExt = true, FromVT = MVT::i32; // ASSERT SEXT 32
1238 Attribute::SExt))
2228 APInt LastExt = Last.sext(BitWidth), FirstExt = First.sext(BitWidth);
2942 // SExt cannot be a no-op cast because sizeof(src) < sizeof(dest).
2943 // SExt also can't be a cast to bool for same reason. So, nothing much to do
7053 Attrs.push_back(Attribute::SExt);
7418 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt))
7550 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt))