Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:CB

145   ConstantInt *CB = dyn_cast<ConstantInt>(B);
148 if (!CB || !CC) {
152 const APInt &BVal = CB->getValue();