Searched refs:DecodeFixedType (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 965 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function 986 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType() 988 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 993 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType() 1026 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 1060 Type *Ty = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 1074 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 1078 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|