Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:CB

147   ConstantInt *CB = dyn_cast<ConstantInt>(B);
150 if (!CB || !CC) {
154 const APInt &BVal = CB->getValue();