reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2677 if (Base == 0) 2680 if (Base == 1) { 2686 Constant *BaseVal = ConstantInt::get(T, Base); 2693 if (CI && CI->getZExtValue() % Base == 0) { 2694 Multiple = ConstantInt::get(T, CI->getZExtValue() / Base); 2710 return ComputeMultiple(I->getOperand(0), Base, Multiple, 2729 if (ComputeMultiple(Op0, Base, Mul0, LookThroughSExt, Depth+1)) { 2753 if (ComputeMultiple(Op1, Base, Mul1, LookThroughSExt, Depth+1)) {