Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1272 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function
1296 return VectorType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
1299 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
1304 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType()
1337 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType()
1383 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
1387 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()