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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 4992             DAG.getConstant(Idx, dl, TLI.getVectorIdxTy(DAG.getDataLayout())));
 4998         Idx += NumVTElts;
 5008       Idx = Idx * ValEltWidth / NewVTWidth;
 5008       Idx = Idx * ValEltWidth / NewVTWidth;
 5012             DAG.getConstant(Idx++, dl,
 5022       Idx = Idx * NewVTWidth / ValEltWidth;
 5022       Idx = Idx * NewVTWidth / ValEltWidth;