Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:getZExtValue

299   Imm = (short)cast<ConstantSDNode>(N)->getZExtValue();
301 return Imm == (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
303 return Imm == (int64_t)cast<ConstantSDNode>(N)->getZExtValue();
315 Imm = cast<ConstantSDNode>(N)->getZExtValue();
325 Imm = cast<ConstantSDNode>(N)->getZExtValue();
423 unsigned TargetMask = LKZ.getZExtValue();
424 unsigned InsertMask = RKZ.getZExtValue();
469 bool CanFoldMask = InsertMask == MKO.getZExtValue();
933 int64_t Imm = cast<ConstantSDNode>(N)->getZExtValue();
1282 N2C->getZExtValue() == 1ULL && CC == ISD::SETNE &&
1403 getI32Imm(cast<ConstantSDNode>(N->getOperand(1))->getZExtValue());