Lines Matching defs:UseVector
791 bool IsConstantSrc, bool UseVector,
20631 bool IsConstantSrc, bool UseVector, bool UseTrunc) {
20636 assert((!UseTrunc || !UseVector) &&
20663 if (UseVector) {
20671 if (UseVector) {
21192 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors;
21193 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType;
21194 bool UseTrunc = LastIntegerTrunc && !UseVector;
21227 UseVector, UseTrunc);
21298 /*UseVector*/ true, /*UseTrunc*/ false);