Home
last modified time | relevance | path

Searched refs:ItemApply (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp1157 static Init *ItemApply(Init *LHS, Init *MHSe, Init *RHS, Record *CurRec) { in ItemApply() function
1166 Init *Val = ItemApply(LHS, MHSd->getOperator(), RHS, CurRec); in ForeachDagApply()
1179 NewArg = ItemApply(LHS, Arg, RHS, CurRec); in ForeachDagApply()
1201 Init *NewItem = ItemApply(LHS, Item, RHS, CurRec); in ForeachHelper()
1219 Init *Include = ItemApply(LHS, Item, RHS, CurRec); in FilterHelper()