reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1164 if (AP2.isNullValue()) 1169 if (AP2.isAllOnesValue()) 1171 if (AP2.isNegative() != AP1.isNegative()) 1173 if (AP2.sgt(AP1)) 1180 ConstantInt::get(A->getType(), AP2.logBase2())); 1182 if (AP1 == AP2) 1187 Shift = AP1.countLeadingOnes() - AP2.countLeadingOnes(); 1189 Shift = AP1.countLeadingZeros() - AP2.countLeadingZeros(); 1192 if (IsAShr && AP1 == AP2.ashr(Shift)) { 1195 if (AP1.isAllOnesValue() && !AP2.isPowerOf2()) 1198 } else if (AP1 == AP2.lshr(Shift)) {