Lines Matching refs:Overflow
985 uint32_t Overflow = 0;990 Overflow = Imm - 4095;1001 Overflow = High - 1;1008 if (Overflow > 0 &&1014 if (Overflow <= 64)1015 SOffset = CurDAG->getTargetConstant(Overflow, DL, MVT::i32);1018 CurDAG->getTargetConstant(Overflow, DL, MVT::i32)),