Home | History | Annotate | Download | only in Scalar

Lines Matching defs:CI

2099     ConstantInt *CI = dyn_cast<ConstantInt>(RHS);
2100 if (!CI)
2104 bool isKnownTrue = CI->isAllOnesValue();