Home | History | Annotate | Download | only in R600

Lines Matching refs:getZExtValue

221         ImmValue = Value.bitcastToAPInt().getZExtValue();
228 if (C->getZExtValue() == 0) {
230 } else if (C->getZExtValue() == 1) {
233 ImmValue = C->getZExtValue();
272 if (C->getZExtValue() != 0) {
382 Consts.push_back(Cst->getZExtValue());
388 Consts.push_back(Cst->getZExtValue());
565 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, true);
587 && isInt<16>(IMMOffset->getZExtValue())) {
590 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
594 && isInt<16>(IMMOffset->getZExtValue())) {
598 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
614 Offset = CurDAG->getTargetConstant(C->getZExtValue(), MVT::i32);
618 Offset = CurDAG->getTargetConstant(C->getZExtValue(), MVT::i32);