Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h873 bool shouldUseLogicalShr() const { return UseLogicalShr; } in shouldUseLogicalShr() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1738 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()
H A DMasmParser.cpp2014 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()