Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UseVector

8108     bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors;
8109 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType;
8130 if (UseVector) {