Home
last modified time | relevance | path

Searched defs:OpInit (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDSetTheory.cpp299 DefInit *OpInit = dyn_cast<DefInit>(DagExpr->getOperator()); in evaluate() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h729 explicit OpInit(InitKind K, RecTy *Type, uint8_t Opc) in OpInit() function