Home
last modified time | relevance | path

Searched defs:NotRHS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp68 KnownBits NotRHS = RHS; in computeForAddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1737 Value *NotRHS = getFreelyInverted(RHS, RHS->hasOneUse(), &Builder); in visitAdd() local
H A DInstCombineSelect.cpp1743 enum NotMask { None = 0, NotInner, NotRHS }; in foldSelectICmpEq() enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9375 SDValue NotRHS = DAG.getNOT(DL, RHS, VT); in unfoldMaskedMerge() local