Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h829 bool shouldUseLogicalShr() const { return UseLogicalShr; } in shouldUseLogicalShr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1721 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()
H A DMasmParser.cpp1912 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()