Home
last modified time | relevance | path

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

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