Home | History | Annotate | Download | only in Scalar

Lines Matching defs:CI

670     ConstantInt *CI = nullptr;
681 CI = dyn_cast<ConstantInt>(BO->getOperand(1));
684 CI = dyn_cast<ConstantInt>(LastOperand);
687 if (!CI) {
697 int64_t V = std::abs(CI->getValue().getSExtValue());