Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h565 bool shouldUseLogicalShr() const { return UseLogicalShr; } in shouldUseLogicalShr() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1263 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence()