Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h866 bool shouldUseLogicalShr() const { return UseLogicalShr; } in shouldUseLogicalShr() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1739 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()
H A DMasmParser.cpp2023 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()