Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1191 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function
1214 return VectorType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
1217 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
1222 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType()
1255 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType()
1298 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
1302 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()