Searched refs:RHSR (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 509 const T &RHSR = RHS.atIndex(0).deref<T>(); in Mulc() local 515 if (T::mul(LHSR, RHSR, Bits, &A)) in Mulc() 527 if (T::mul(LHSI, RHSR, Bits, &B)) in Mulc() 570 const T &RHSR = RHS.atIndex(0).deref<T>(); in Divc() local 575 if (Compare(RHSR, Zero) == ComparisonCategoryResult::Equal && in Divc() 584 if (T::mul(RHSR, RHSR, Bits, &A) || T::mul(RHSI, RHSI, Bits, &B)) { in Divc() 601 if (T::mul(LHSR, RHSR, Bits, &A) || T::mul(LHSI, RHSI, Bits, &B)) in Divc() 610 if (T::mul(LHSI, RHSR, Bits, &A) || T::mul(LHSR, RHSI, Bits, &B)) in Divc()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8071 FloatingRank RHSR = getFloatingRank(RHS); in getFloatingTypeOrder() local 8073 if (LHSR == RHSR) in getFloatingTypeOrder() 8075 if (LHSR > RHSR) in getFloatingTypeOrder()
|