Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp289 DefInit *OpInit = dyn_cast<DefInit>(DagExpr->getOperator()); in evaluate() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h862 explicit OpInit(InitKind K, RecTy *Type) : TypedInit(K, Type) {} in OpInit() function