Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1557 static Init *ItemApply(Init *LHS, Init *MHSe, Init *RHS, Record *CurRec) { in ItemApply() function
1566 Init *Val = ItemApply(LHS, MHSd->getOperator(), RHS, CurRec); in ForeachDagApply()
1579 NewArg = ItemApply(LHS, Arg, RHS, CurRec); in ForeachDagApply()
1601 Init *NewItem = ItemApply(LHS, Item, RHS, CurRec); in ForeachHelper()
1619 Init *Include = ItemApply(LHS, Item, RHS, CurRec); in FilterHelper()