Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp350 std::optional<bool> compareFnAttributes(const CodeGenIntrinsic *L, in compareFnAttributes() function
403 return compareFnAttributes(L, R).value_or(false); in operator ()()
409 if (std::optional<bool> Res = compareFnAttributes(L, R)) in operator ()()