Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h450 const T &RHSR = RHS.atIndex(0).deref<T>(); in Mulc() local
456 if (T::mul(LHSR, RHSR, Bits, &A)) in Mulc()
468 if (T::mul(LHSI, RHSR, Bits, &B)) in Mulc()
505 const T &RHSR = RHS.atIndex(0).deref<T>(); in Divc() local
510 if (Compare(RHSR, Zero) == ComparisonCategoryResult::Equal && in Divc()
519 if (T::mul(RHSR, RHSR, Bits, &A) || T::mul(RHSI, RHSI, Bits, &B)) in Divc()
529 if (T::mul(LHSR, RHSR, Bits, &A) || T::mul(LHSI, RHSI, Bits, &B)) in Divc()
538 if (T::mul(LHSI, RHSR, Bits, &A) || T::mul(LHSR, RHSI, Bits, &B)) in Divc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7475 FloatingRank RHSR = getFloatingRank(RHS); in getFloatingTypeOrder() local
7477 if (LHSR == RHSR) in getFloatingTypeOrder()
7479 if (LHSR > RHSR) in getFloatingTypeOrder()