Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp1487 bool ShouldUseLogicalShr) { in getDarwinBinOpPrecedence() argument
1539 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getDarwinBinOpPrecedence()
1565 bool ShouldUseLogicalShr) { in getGNUBinOpPrecedence() argument
1634 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
1641 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
1642 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
1643 : getGNUBinOpPrecedence(K, Kind, ShouldUseLogicalShr); in getBinOpPrecedence()