Lines Matching defs:Lo
340 if (Addr.getOperand(1).getOpcode() == MipsISD::Lo ||
1114 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1115 SDValue LoVal = CurDAG->getTargetConstant(Lo, DL, SplatMVT);
1123 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1127 SDValue LoVal = CurDAG->getTargetConstant(Lo, DL, MVT::i32);
1133 if (Lo)
1137 assert((Hi || Lo) && "Zero case reached 32 bit case splat synthesis!");
1146 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1150 SDValue LoVal = CurDAG->getTargetConstant(Lo, DL, MVT::i32);
1156 if (Lo)
1195 const unsigned Lo = SplatValue.getLoBits(16).getZExtValue();
1200 SDValue LoVal = CurDAG->getTargetConstant(Lo, DL, MVT::i32);
1225 if (Lo)
1241 (Hi || Lo) ? SDValue(Res, 0) : ZeroVal);
1263 const bool ResNonZero = Hi || Lo;