Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Op1C

1358       if (Constant *Op1C = dyn_cast<Constant>(Op1))
1360 if (Op1C->getType()->getPrimitiveSizeInBits() <
1362 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType());
1363 if (Op1C->getType()->getPrimitiveSizeInBits() >
1365 MulC = ConstantExpr::getZExt(MulC, Op1C->getType());
1368 Multiple = ConstantExpr::getMul(MulC, Op1C);