Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Op1C

2165       if (Constant *Op1C = dyn_cast<Constant>(Op1))
2167 if (Op1C->getType()->getPrimitiveSizeInBits() <
2169 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType());
2170 if (Op1C->getType()->getPrimitiveSizeInBits() >
2172 MulC = ConstantExpr::getZExt(MulC, Op1C->getType());
2175 Multiple = ConstantExpr::getMul(MulC, Op1C);