Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h314 IK_ExistsOpInit, enumerator
1210 : TypedInit(IK_ExistsOpInit, IntRecTy::get(CheckType->getRecordKeeper())), in ExistsOpInit()
1217 static bool classof(const Init *I) { return I->getKind() == IK_ExistsOpInit; } in classof()