Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp190 return OpcodeRHS == BO_NE || OpcodeRHS == BO_GT || OpcodeRHS == BO_LT; in areExclusiveRanges()
192 return OpcodeRHS == BO_EQ; in areExclusiveRanges()
194 return OpcodeRHS == BO_GT; in areExclusiveRanges()
198 return OpcodeRHS == BO_EQ || OpcodeRHS == BO_GT || OpcodeRHS == BO_GE; in areExclusiveRanges()
200 return OpcodeRHS == BO_EQ || OpcodeRHS == BO_LT || OpcodeRHS == BO_LE; in areExclusiveRanges()
208 (OpcodeRHS == BO_EQ || OpcodeRHS == BO_GT || OpcodeRHS == BO_GE)) in areExclusiveRanges()
238 return OpcodeRHS == BO_GT || OpcodeRHS == BO_GE; in rangesFullyCoverDomain()
242 return OpcodeRHS == BO_LT || OpcodeRHS == BO_LE; in rangesFullyCoverDomain()
259 (OpcodeRHS == BO_LT || OpcodeRHS == BO_LE)) in rangesFullyCoverDomain()
295 return (OpcodeRHS == BO_LT || OpcodeRHS == BO_LE || OpcodeRHS == BO_EQ) && in rangeSubsumesRange()
[all …]