Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp956 Result = (Result ? cast<TypedInit>(BinOpInit::getListConcat(Result, Slice)) in ParseSliceElements()
3021 Result = BinOpInit::getListConcat(LHS, RHSResult); in ParseValue()
H A DRecord.cpp1089 Init *BinOpInit::getListConcat(TypedInit *LHS, Init *RHS) { in getListConcat() function in BinOpInit
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h947 static Init *getListConcat(TypedInit *lhs, Init *rhs);