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

References

lib/Target/AArch64/AArch64FastISel.cpp
 1303   if (!RHSReg)
 1308     RHSReg = emitIntExt(SrcVT, RHSReg, RetVT, IsZExt);
 1308     RHSReg = emitIntExt(SrcVT, RHSReg, RetVT, IsZExt);
 1310   return emitAddSub_rr(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg, RHSIsKill,