Lines Matching defs:ConstOp1
2470 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1.getNode());
2471 if (!ConstOp1 || ConstOp1->getValueSizeInBits(0) > 64)
2474 int64_t Value = ConstOp1->getSExtValue();
2504 auto *ConstOp1 = cast<ConstantSDNode>(C.Op1);
2505 if (!ConstOp1 || ConstOp1->getValueSizeInBits(0) > 64)
2507 uint64_t Value = ConstOp1->getZExtValue();
2510 // Make sure that ConstOp1 is in range of C.Op0.
2511 int64_t SignedValue = ConstOp1->getSExtValue();
2556 Value != ConstOp1->getZExtValue())
2599 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1);
2600 if (ConstOp1 && ConstOp1->getZExtValue() == 0)
2613 if (!ConstOp1)
2618 isUInt<16>(ConstOp1->getZExtValue()))
2623 isInt<16>(ConstOp1->getSExtValue()))
2872 auto *ConstOp1 = dyn_cast<ConstantSDNode>(C.Op1);
2873 if (!ConstOp1)
2875 uint64_t CmpVal = ConstOp1->getZExtValue();