Searched refs:vector_type (Results 1 – 1 of 1) sorted by relevance
266 static uint32_t GetOtherVL(DataType::Type other_type, DataType::Type vector_type, uint32_t vl) { in GetOtherVL() argument268 DCHECK(DataType::IsIntegralType(vector_type)); in GetOtherVL()269 DCHECK_GE(DataType::SizeShift(other_type), DataType::SizeShift(vector_type)); in GetOtherVL()270 return vl >> (DataType::SizeShift(other_type) - DataType::SizeShift(vector_type)); in GetOtherVL()