Lines Matching defs:UseVector
780 bool IsConstantSrc, bool UseVector,
20188 bool IsConstantSrc, bool UseVector, bool UseTrunc) {
20193 assert((!UseTrunc || !UseVector) &&
20220 if (UseVector) {
20228 if (UseVector) {
20748 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors;
20749 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType;
20750 bool UseTrunc = LastIntegerTrunc && !UseVector;
20783 UseVector, UseTrunc);
20854 /*UseVector*/ true, /*UseTrunc*/ false);