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

References

lib/Transforms/InstCombine/InstCombineShifts.cpp
  221                                       ExtendedTy->getScalarSizeInBits()));
  222     auto *ExtendedSumOfShAmts = ConstantExpr::getZExt(SumOfShAmts, ExtendedTy);
  224     auto *ExtendedAllOnes = ConstantExpr::getAllOnesValue(ExtendedTy);
  252         ExtendedTy);
  254     auto *ExtendedAllOnes = ConstantExpr::getAllOnesValue(ExtendedTy);