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

References

lib/Target/AArch64/AArch64FastISel.cpp
 3907     if (RVVT == MVT::f128)
 3912     if (RVVT != DestVT) {
 3913       if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16)
 3913       if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16)
 3913       if (RVVT != MVT::i1 && RVVT != MVT::i8 && RVVT != MVT::i16)
 3920       SrcReg = emitIntExt(RVVT, SrcReg, DestVT, IsZExt);