Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Mul1

2265     Value *Mul1 = nullptr;
2266 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {
2268 if (Constant *MulC = dyn_cast<Constant>(Mul1)) {
2276 // V == Base * (Mul1 * Op0), so return (Mul1 * Op0)
2281 if (ConstantInt *Mul1CI = dyn_cast<ConstantInt>(Mul1))