Lines Matching defs:CInt
4975 if (auto *CInt = dyn_cast<ConstantInt>(Cst)) {4976 Mask = CInt->getValue();55571 const APInt &CInt = C->getAPIntValue();55573 if (CInt.isPowerOf2() && !CInt.isMinSignedValue()) {55577 DL, VT, BaseOp, DAG.getConstant(-CInt, DL, OpVT), CC);