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

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1424         auto *ATy = cast<IntegerType>(ShAmt->getType());
 1433             ShAmt = upcast(CastMap, IRB, ShAmt, VTy);
 1433             ShAmt = upcast(CastMap, IRB, ShAmt, VTy);
 1436         W = IRB.CreateShl(ShVal, ShAmt);