Home
last modified time | relevance | path

Searched refs:Vector_Width (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h155 ElementCount Vector_Width; member
207 Result.Vector_Width = ElementCount::get(Width, IsScalable); in getVector()
/src/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1417 D.Vector_Width); in DecodeFixedType()
1599 return !VT || VT->getElementCount() != D.Vector_Width || in matchIntrinsicType()