Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Mul1

1380     Value *Mul1 = NULL;
1381 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {
1383 if (Constant *MulC = dyn_cast<Constant>(Mul1)) {
1391 // V == Base * (Mul1 * Op0), so return (Mul1 * Op0)
1396 if (ConstantInt *Mul1CI = dyn_cast<ConstantInt>(Mul1))