Searched defs:NotRHS (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Support/ | ||
H A D | KnownBits.cpp | 68 KnownBits NotRHS = RHS; computeForAddSub() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineAddSub.cpp | 1732 Value *NotRHS = getFreelyInverted(RHS, RHS->hasOneUse(), &Builder); visitAdd() local |
H A D | InstCombineSelect.cpp | 1740 enum NotMask { None = 0, NotInner, NotRHS }; foldSelectICmpEq() enumerator |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 9389 SDValue NotRHS = DAG.getNOT(DL, RHS, VT); unfoldMaskedMerge() local |