Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4111 const APInt &MaybeOnes = ~DAG.computeKnownBits(N1).Zero; in visitSUB() local
4112 if ((C0Val - MaybeOnes) == (C0Val ^ MaybeOnes)) in visitSUB()