Searched refs:BRHS (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInfo.h | 51 BRHS = 0x5 enumerator
|
H A D | ARCInstPrinter.cpp | 48 case ARCCC::BRHS: in ARCBRCondCodeToString()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 297 const BinaryOperator* BRHS = dyn_cast<BinaryOperator>(RHS); in isIncrement() local 299 if (!BRHS) in isIncrement() 304 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement() 308 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6803 const Value *ARHS, const Value *BLHS, const Value *BRHS, in isImpliedCondOperands() argument 6812 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands() 6819 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands()
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 1155 // BRHS k
|