Lines Matching refs:Hi
1171 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect() local
1175 SDValue HiVal = CurDAG->getTargetConstant(Hi, DL, MVT::i32); in trySelect()
1177 if (Hi) in trySelect()
1182 Hi ? SDValue(Res, 0) : ZeroVal, LoVal); in trySelect()
1184 assert((Hi || Lo) && "Zero case reached 32 bit case splat synthesis!"); in trySelect()
1194 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect() local
1198 SDValue HiVal = CurDAG->getTargetConstant(Hi, DL, MVT::i32); in trySelect()
1200 if (Hi) in trySelect()
1205 Hi ? SDValue(Res, 0) : ZeroVal, LoVal); in trySelect()
1209 CurDAG->getTargetConstant(((Hi >> 15) & 0x1), DL, MVT::i64), in trySelect()
1243 const unsigned Hi = SplatValue.lshr(16).getLoBits(16).getZExtValue(); in trySelect() local
1248 SDValue HiVal = CurDAG->getTargetConstant(Hi, DL, MVT::i32); in trySelect()
1269 if (Hi) in trySelect()
1274 Hi ? SDValue(Res, 0) : ZeroVal, LoVal); in trySelect()
1288 (Hi || Lo) ? SDValue(Res, 0) : ZeroVal); in trySelect()
1310 const bool ResNonZero = Hi || Lo; in trySelect()
1322 CurDAG->getTargetConstant(((Hi >> 15) & 0x1), DL, MVT::i64), in trySelect()