Searched refs:QueryTy (Results 1 – 1 of 1) sorted by relevance
63 const LLT &QueryTy = Query.Types[TypeIdx]; in narrowerThan() local64 return QueryTy.isScalar() && QueryTy.getSizeInBits() < Size; in narrowerThan()71 const LLT &QueryTy = Query.Types[TypeIdx]; in widerThan() local72 return QueryTy.isScalar() && QueryTy.getSizeInBits() > Size; in widerThan()78 const LLT &QueryTy = Query.Types[TypeIdx]; in sizeNotPow2() local79 return QueryTy.isScalar() && !isPowerOf2_32(QueryTy.getSizeInBits()); in sizeNotPow2()91 const LLT &QueryTy = Query.Types[TypeIdx]; in numElementsNotPow2() local92 return QueryTy.isVector() && isPowerOf2_32(QueryTy.getNumElements()); in numElementsNotPow2()