Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h507 const T &LHSR = LHS.atIndex(0).deref<T>(); in Mulc() local
511 unsigned Bits = LHSR.bitWidth(); in Mulc()
515 if (T::mul(LHSR, RHSR, Bits, &A)) in Mulc()
525 if (T::mul(LHSR, RHSI, Bits, &A)) in Mulc()
568 const T &LHSR = LHS.atIndex(0).deref<T>(); in Divc() local
572 unsigned Bits = LHSR.bitWidth(); 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 DASTContext.cpp8070 FloatingRank LHSR = getFloatingRank(LHS); in getFloatingTypeOrder() local
8073 if (LHSR == RHSR) in getFloatingTypeOrder()
8075 if (LHSR > RHSR) in getFloatingTypeOrder()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5528 if (auto *LHSR = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in SimplifySetCC() local
5533 DAG.getConstant(RHSC->getAPIntValue() - LHSR->getAPIntValue(), in SimplifySetCC()
5541 DAG.getConstant(LHSR->getAPIntValue() ^ RHSC->getAPIntValue(), in SimplifySetCC()