Searched refs:BRHS (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 240 const BinaryOperator* BRHS = dyn_cast<BinaryOperator>(RHS); in isIncrement() local 242 if (!BRHS) in isIncrement() 247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement() 251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4021 Value *BLHS, Value *BRHS, const DataLayout &DL, in isImpliedCondOperands() argument 4032 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth, AC, CxtI, DT)) in isImpliedCondOperands() 4040 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth, AC, CxtI, DT)) in isImpliedCondOperands() 4048 static bool isMatchingOps(Value *ALHS, Value *ARHS, Value *BLHS, Value *BRHS, in isMatchingOps() argument 4051 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps() 4052 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps() 4062 Value *BLHS, Value *BRHS, in isImpliedCondMatchingOperands() argument 4066 std::swap(BLHS, BRHS); in isImpliedCondMatchingOperands() 4121 Value *BLHS, *BRHS; in isImpliedCondition() local 4124 !match(RHS, m_ICmp(BPred, m_Value(BLHS), m_Value(BRHS)))) in isImpliedCondition() [all …]
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 944 // BRHS k
|