Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp339 int PolymorphicKeyType; member in __anonfaf0748f0111::Intrinsic
379 PolymorphicKeyType(0), NeededEarly(false), UseMacro(false), in Intrinsic()
390 PolymorphicKeyType = Types.size() - 1; in Intrinsic()
468 Type getPolymorphicKeyType() const { return Types[PolymorphicKeyType]; } in getPolymorphicKeyType()