Searched refs:Op1Val (Results 1 – 5 of 5) sorted by relevance
180 const APInt *Op1Val; in visitImpl() local181 if (match(I->getOperand(1), m_APInt(Op1Val)) && *Op1Val == BitWidth - 1) { in visitImpl()
1196 unsigned Op1Val = C->getLimitedValue(BitWidth); in visitShl() local1197 APInt Bits = APInt::getHighBitsSet(BitWidth, BitWidth - Op1Val); in visitShl()1430 unsigned Op1Val = C->getLimitedValue(BitWidth); in visitLShr() local1431 APInt Bits = APInt::getLowBitsSet(BitWidth, BitWidth - Op1Val); in visitLShr()
3156 auto ComputeTable = [&](bool Op0Val, bool Op1Val) { in foldICmpAddConstant() argument3160 if (Op1Val) in foldICmpAddConstant()
909 unsigned Op1Val = Op1.getImm(); in printSysAlias() local917 Encoding |= Op1Val << 11; in printSysAlias()928 switch (Op1Val) { in printSysAlias()936 if (Op1Val != 3 || CnVal != 7 || CmVal != 3) in printSysAlias()1046 unsigned Op1Val = Op1.getImm(); in printSyspAlias() local1054 Encoding |= Op1Val << 11; in printSyspAlias()
24652 const APInt &Op1Val = Op1C->getAPIntValue(); in LowerSETCC() local24653 if (!Op1Val.isZero()) { in LowerSETCC()24655 if ((CC == ISD::CondCode::SETGT && !Op1Val.isMaxSignedValue()) || in LowerSETCC()24656 (CC == ISD::CondCode::SETUGT && !Op1Val.isMaxValue())) { in LowerSETCC()24657 APInt Op1ValPlusOne = Op1Val + 1; in LowerSETCC()24659 (!Op1Val.isSignedIntN(8) || Op1ValPlusOne.isSignedIntN(8))) { in LowerSETCC()