Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1109 bool ShouldUseLogicalShr) { in getDarwinBinOpPrecedence() argument
1161 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getDarwinBinOpPrecedence()
1187 bool ShouldUseLogicalShr) { in getGNUBinOpPrecedence() argument
1256 Kind = ShouldUseLogicalShr ? MCBinaryExpr::LShr : MCBinaryExpr::AShr; in getGNUBinOpPrecedence()
1263 bool ShouldUseLogicalShr = MAI.shouldUseLogicalShr(); in getBinOpPrecedence() local
1264 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
1265 : getGNUBinOpPrecedence(K, Kind, ShouldUseLogicalShr); in getBinOpPrecedence()