Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1200 bool ShouldUseLogicalShr) { in getDarwinBinOpPrecedence() argument
1252 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getDarwinBinOpPrecedence()
1278 bool ShouldUseLogicalShr) { in getGNUBinOpPrecedence() argument
1347 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
1354 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
1355 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
1356 : getGNUBinOpPrecedence(K, Kind, ShouldUseLogicalShr); in getBinOpPrecedence()