Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CWidth

3360     ConstantInt *CWidth = dyn_cast<ConstantInt>(II->getArgOperand(2));
3361 if (CWidth) {
3362 Width = CWidth->getZExtValue();
3368 II->setArgOperand(2, ConstantInt::get(CWidth->getType(),
3388 if (!CWidth && COffset && Offset == 0) {
3400 if (!CWidth || !COffset)