Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp1024 static Init *ForeachApply(Init *LHS, Init *MHSe, Init *RHS, Record *CurRec) { in ForeachApply() function
1033 Init *Val = ForeachApply(LHS, MHSd->getOperator(), RHS, CurRec); in ForeachDagApply()
1046 NewArg = ForeachApply(LHS, Arg, RHS, CurRec); in ForeachDagApply()
1068 Init *NewItem = ForeachApply(LHS, Item, RHS, CurRec); in ForeachHelper()