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

References

lib/Target/ARM/ARMISelLowering.cpp
11052   if (!VT.isInteger() || VT.getVectorElementType() == MVT::i64)
11052   if (!VT.isInteger() || VT.getVectorElementType() == MVT::i64)
11102       Vec.getValueType().getVectorElementType() == VT.getVectorElementType())
11121   unsigned numElem = VT.getVectorNumElements();
11133   unsigned ExtOp = VT.bitsGT(tmp.getValueType()) ? ISD::ANY_EXTEND : ISD::TRUNCATE;
11134   return DAG.getNode(ExtOp, dl, VT, tmp);