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

References

lib/Target/AArch64/AArch64FastISel.cpp
 1173     ExtendType = IsZExt ? AArch64_AM::UXTB : AArch64_AM::SXTB;
 1177     ExtendType = IsZExt ? AArch64_AM::UXTH : AArch64_AM::SXTH;
 1210     LHSReg = emitIntExt(SrcVT, LHSReg, RetVT, IsZExt);
 1214     uint64_t Imm = IsZExt ? C->getZExtValue() : C->getSExtValue();
 1308     RHSReg = emitIntExt(SrcVT, RHSReg, RetVT, IsZExt);