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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
 1157   NewAShr->copyIRFlags(HighBitExtract); // We can preserve 'exact'-ness.
 1159     return NewAShr;
 1161   Builder.Insert(NewAShr);
 1162   return TruncInst::CreateTruncOrBitCast(NewAShr, OldAShr.getType());