Searched refs:LHSR (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 507 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 D | ASTContext.cpp | 8070 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 D | TargetLowering.cpp | 5528 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()
|