reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
469 bool shouldChangeType(unsigned FromBitWidth, unsigned ToBitWidth) const;
2042 if (!shouldChangeType(Ty->getScalarType()->getIntegerBitWidth(), NewBitWidth))
lib/Transforms/InstCombine/InstructionCombining.cpp195 return shouldChangeType(FromWidth, ToWidth); 2628 shouldChangeType(Known.getBitWidth(), NewWidth)) {