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

References

lib/Target/X86/X86ISelLowering.cpp
 9295   IndicesVec = DAG.getZExtOrTrunc(IndicesVec, SDLoc(IndicesVec), IndicesVT);
 9303       IndicesVT = EVT(VT).changeVectorElementTypeToInteger();
 9304       IndicesVec = widenSubVector(IndicesVT.getSimpleVT(), IndicesVec, false,
 9370       IndicesVec = DAG.getNode(ISD::ADD, DL, IndicesVT, IndicesVec, IndicesVec);
 9377           getZeroVector(IndicesVT.getSimpleVT(), Subtarget, DAG, DL),
 9474       IndicesVec = DAG.getNode(ISD::ADD, DL, IndicesVT, IndicesVec, IndicesVec);