Searched refs:DecodeFixedType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Function.cpp | 1179 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function 1202 return VectorType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 1205 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 1210 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType() 1243 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 1286 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 1290 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|