Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp180 static ExprValue bitOr(ExprValue a, ExprValue b) { in bitOr() function
1168 return [=] { return bitOr(l(), r()); }; in combine()