Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp493 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function
531 return VectorType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType()
538 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType()
571 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType()
602 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType()
606 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()