Searched refs:fixedVectorType (Results 1 – 1 of 1) sorted by relevance
565 if (auto fixedVectorType = type.dyn_cast<LLVMFixedVectorType>()) in extractVectorElementType() local566 return fixedVectorType.getElementType(); in extractVectorElementType()