Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h448 const T &LHSR = LHS.atIndex(0).deref<T>(); in Mulc() local
452 unsigned Bits = LHSR.bitWidth(); in Mulc()
456 if (T::mul(LHSR, RHSR, Bits, &A)) in Mulc()
466 if (T::mul(LHSR, RHSI, Bits, &A)) in Mulc()
503 const T &LHSR = LHS.atIndex(0).deref<T>(); in Divc() local
507 unsigned Bits = LHSR.bitWidth(); 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.cpp7474 FloatingRank LHSR = getFloatingRank(LHS); in getFloatingTypeOrder() local
7477 if (LHSR == RHSR) in getFloatingTypeOrder()
7479 if (LHSR > RHSR) in getFloatingTypeOrder()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5314 if (auto *LHSR = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in SimplifySetCC() local
5319 DAG.getConstant(RHSC->getAPIntValue() - LHSR->getAPIntValue(), in SimplifySetCC()
5327 DAG.getConstant(LHSR->getAPIntValue() ^ RHSC->getAPIntValue(), in SimplifySetCC()