Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp167 return OpcodeLHS == OpcodeRHS; in areEquivalentRanges()
171 return ((OpcodeLHS == BO_LE && OpcodeRHS == BO_LT) || in areEquivalentRanges()
172 (OpcodeLHS == BO_GT && OpcodeRHS == BO_GE)) && in areEquivalentRanges()
188 switch (OpcodeLHS) { in areExclusiveRanges()
207 if ((OpcodeLHS == BO_EQ || OpcodeLHS == BO_LT || OpcodeLHS == BO_LE) && in areExclusiveRanges()
213 if (OpcodeLHS == BO_GT && OpcodeRHS == BO_LT && in areExclusiveRanges()
232 switch (OpcodeLHS) { in rangesFullyCoverDomain()
252 if (OpcodeLHS == BO_LE && OpcodeRHS == BO_GE && in rangesFullyCoverDomain()
258 if ((OpcodeLHS == BO_GT || OpcodeLHS == BO_GE) && in rangesFullyCoverDomain()
264 if (OpcodeLHS == BO_NE && OpcodeRHS == BO_NE) in rangesFullyCoverDomain()
[all …]