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