Searched refs:combineSelectCCAndUse (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5700 static SDValue combineSelectCCAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectCCAndUse() function 5741 if (SDValue Result = combineSelectCCAndUse(N, N0, N1, DAG, AllOnes)) in combineSelectCCAndUseCommutative() 5743 if (SDValue Result = combineSelectCCAndUse(N, N1, N0, DAG, AllOnes)) in combineSelectCCAndUseCommutative()
|