Lines Matching refs:Mul0
1356 Value *Mul0 = NULL;1357 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) {1359 if (Constant *MulC = dyn_cast<Constant>(Mul0)) {1367 // V == Base * (Mul0 * Op1), so return (Mul0 * Op1)1372 if (ConstantInt *Mul0CI = dyn_cast<ConstantInt>(Mul0))