Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h313 IK_IsAOpInit, enumerator
1176 : TypedInit(IK_IsAOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in IsAOpInit()
1183 static bool classof(const Init *I) { return I->getKind() == IK_IsAOpInit; } in classof()