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

References

lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
   70   if (I && I->isLogicalShift() &&
lib/Transforms/InstCombine/InstCombineShifts.cpp
  346   assert(InnerShift->isLogicalShift() && "Unexpected instruction type");
  641     if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
lib/Transforms/Utils/Local.cpp
 2723     if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) {