Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsics.h109 unsigned Vector_Width; member
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp918 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType()
1060 return !VT || VT->getNumElements() != D.Vector_Width || in matchIntrinsicType()