Searched refs:DecodeFixedType (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Function.cpp | 744 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function 762 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType() 764 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 770 Elts[i] = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 796 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 828 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 832 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|