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

References

lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  928   BitMask1 = isLshr ? (BitMask1.lshr(ShrAmt) << ShlAmt) :
  934     BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt):
  955       New = isLshr ? BinaryOperator::CreateLShr(VarX, Amt) :