Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsics.h154 ElementCount Vector_Width; member
210 Result.Vector_Width = ElementCount::get(Width, IsScalable); in getVector()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1297 D.Vector_Width); in DecodeFixedType()
1481 return !VT || VT->getElementCount() != D.Vector_Width || in matchIntrinsicType()