Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2259 const Init *NewRegex = Regex->resolveReferences(R); in resolveReferences() local
2260 if (Regex != NewRegex || R.isFinal()) in resolveReferences()
2261 return get(Type, NewRegex)->Fold(R.getCurrentRecord(), R.isFinal()); in resolveReferences()