Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h857 static Init *getListConcat(TypedInit *lhs, Init *rhs);
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp2548 Result = BinOpInit::getListConcat(LHS, RHSResult); in ParseValue()
H A DRecord.cpp1011 Init *BinOpInit::getListConcat(TypedInit *LHS, Init *RHS) { in getListConcat() function in BinOpInit