reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 1273   if (NewWidth != 7 && NewWidth != 15 && NewWidth != 31)
 1273   if (NewWidth != 7 && NewWidth != 15 && NewWidth != 31)
 1273   if (NewWidth != 7 && NewWidth != 15 && NewWidth != 31)
 1277   ++NewWidth;
 1280   if (CI1->getBitWidth() == NewWidth ||
 1281       CI1->getValue() != APInt::getLowBitsSet(CI1->getBitWidth(), NewWidth))
 1287   unsigned NeededSignBits = CI1->getBitWidth() - NewWidth + 1;
 1307     if (!TI || TI->getType()->getPrimitiveSizeInBits() > NewWidth)
 1314   Type *NewType = IntegerType::get(OrigAdd->getContext(), NewWidth);