Searched refs:DecodeFixedType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | Function.cpp | 642 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function 660 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType() 662 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 668 Elts[i] = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 705 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 709 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|