Home
last modified time | relevance | path

Searched refs:DecodeFixedType (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DFunction.cpp755 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function
774 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType()
776 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
782 Elts[i] = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType()
808 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType()
840 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
844 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()