Searched defs:OpInit (Results 1 – 2 of 2) sorted by relevance
289 DefInit *OpInit = dyn_cast<DefInit>(DagExpr->getOperator()); in evaluate() local
862 explicit OpInit(InitKind K, RecTy *Type) : TypedInit(K, Type) {} in OpInit() function