Searched refs:isSetCCEquivalent (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 560 bool isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS, 895 bool DAGCombiner::isSetCCEquivalent(SDValue N, SDValue &LHS, SDValue &RHS, in isSetCCEquivalent() function in DAGCombiner 932 if (isSetCCEquivalent(N, N0, N1, N2) && N->hasOneUse()) in isOneUseSetCC() 5409 if (!isSetCCEquivalent(N0, LL, LR, N0CC) || in foldLogicOfSetCCs() 5410 !isSetCCEquivalent(N1, RL, RR, N1CC)) in foldLogicOfSetCCs() 8459 isSetCCEquivalent(N0, LHS, RHS, CC, /*MatchStrict*/ true)) { in visitXOR() 8493 isSetCCEquivalent(N0.getOperand(0), LHS, RHS, CC)){ in visitXOR()
|