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

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 1865       for (OpNo = 0; OpNo < array_lengthof(InputUsed); ++OpNo) {
 1865       for (OpNo = 0; OpNo < array_lengthof(InputUsed); ++OpNo) {
 1865       for (OpNo = 0; OpNo < array_lengthof(InputUsed); ++OpNo) {
 1866         if (InputUsed[OpNo] == Input) {
 1869         } else if (InputUsed[OpNo] == -1U) {
 1871           InputUsed[OpNo] = Input;
 1876       if (OpNo >= array_lengthof(InputUsed)) {
 1884       Ops.push_back(Idx + OpNo * NewElts);