Searched refs:DecodeFixedType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | Function.cpp | 739 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function 757 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType() 759 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 765 Elts[i] = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 791 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 823 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 827 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|