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

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DSetTheory.cpp294 DefInit *OpInit = dyn_cast<DefInit>(DagExpr->getOperator()); local
/freebsd-10.2-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h847 class OpInit : public TypedInit { class in namespace:llvm
852 explicit OpInit(InitKind K, RecTy *Type) : TypedInit(K, Type) {} function in class:llvm::OpInit
[all...]

Completed in 78 milliseconds