Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp77 KnownBits NotRHS = RHS; in computeForAddSub() local
78 std::swap(NotRHS.Zero, NotRHS.One); in computeForAddSub()
79 KnownOut = ::computeForAddCarry(LHS, NotRHS, /*CarryZero=*/false, in computeForAddSub()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1828 Value *NotRHS = getFreelyInverted(RHS, RHS->hasOneUse(), &Builder); in visitAdd() local
1829 assert(NotLHS != nullptr && NotRHS != nullptr && in visitAdd()
1831 Value *LHSPlusRHS = Builder.CreateAdd(NotLHS, NotRHS); in visitAdd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9829 SDValue NotRHS = DAG.getNOT(DL, RHS, VT); in unfoldMaskedMerge() local
9830 return DAG.getNode(ISD::AND, DL, VT, LHS, NotRHS); in unfoldMaskedMerge()