Home
last modified time | relevance | path

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

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