Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp897 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function
918 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType()
920 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
925 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType()
950 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType()
982 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
986 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()