Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp560 bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS,
894 bool DAGCombiner::isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS, in isSetCCEquivalent() function in DAGCombiner
932 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse()) in isOneUseSetCC()
4978 if (!isSetCCEquivalent(N0, LL, LR, N0CC) || in foldLogicOfSetCCs()
4979 !isSetCCEquivalent(N1, RL, RR, N1CC)) in foldLogicOfSetCCs()
7801 isSetCCEquivalent(N0, LHS, RHS, CC, /*MatchStrict*/true)) { in visitXOR()
7835 isSetCCEquivalent(N0.getOperand(0), LHS, RHS, CC)){ in visitXOR()