Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp436 bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
854 bool DAGCombiner::isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS, in isSetCCEquivalent() function in DAGCombiner
883 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse()) in isOneUseSetCC()
3985 if (!isSetCCEquivalent(N0, LL, LR, N0CC) || in foldLogicOfSetCCs()
3986 !isSetCCEquivalent(N1, RL, RR, N1CC)) in foldLogicOfSetCCs()
6169 if (TLI.isConstTrueVal(N1.getNode()) && isSetCCEquivalent(N0, LHS, RHS, CC)) { in visitXOR()
6188 isSetCCEquivalent(N0.getOperand(0), LHS, RHS, CC)){ in visitXOR()