Lines Matching defs:CVN
18427 APInt CVM, CVN;
18439 isPowPlusPlusConst(ConstValue, CVM, CVN)) {
18441 APInt CVNMinus1 = CVN - 1;
18451 isPowPlusPlusOneConst(ConstValue, CVM, CVN)) {
18453 unsigned ShiftN = CVN.getZExtValue();
18457 return Add(Shl(MVal, CVN.getZExtValue()), N0);
18462 isPowMinusMinusOneConst(ConstValue, CVM, CVN)) {
18464 unsigned ShiftN = CVN.getZExtValue();
18468 return Sub(N0, Shl(MVal, CVN.getZExtValue()));
20835 } else if (ConstantSDNode *CVN = dyn_cast<ConstantSDNode>(N->getOperand(2))) {
20836 ShiftAmount = CVN->getSExtValue();