Lines Matching defs:QueryTy
207 const LLT QueryTy = Query.Types[TypeIdx];
208 return QueryTy.isVector() && QueryTy.getSizeInBits() < Size;
214 const LLT QueryTy = Query.Types[TypeIdx];
215 return QueryTy.isVector() && QueryTy.getSizeInBits() > Size;
221 const LLT QueryTy = Query.Types[TypeIdx];
222 return QueryTy.isVector() && QueryTy.getNumElements() % 2 != 0;
274 const LLT QueryTy = Query.Types[TypeIdx];
275 if (!QueryTy.isVector())
277 const LLT EltTy = QueryTy.getElementType();