Searched refs:DecodeFixedType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 1321 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function 1347 return VectorType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 1354 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType() 1387 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 1418 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 1422 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|