Lines Matching defs:CInt
4811 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) {4812 Mask = CInt->getValue();54289 const APInt &CInt = C->getAPIntValue();54291 if (CInt.isPowerOf2() && !CInt.isMinSignedValue()) {54295 DL, VT, BaseOp, DAG.getConstant(-CInt, DL, OpVT), CC);