Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1365 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function
1389 return VectorType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
1392 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
1397 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType()
1430 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType()
1476 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
1480 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()