Searched refs:matchSetCC (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 543 static std::optional<bool> matchSetCC(SDValue LHS, SDValue RHS, in matchSetCC() function 618 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, TrueV)) { in combineSelectToBinOp() 624 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, FalseV)) { in combineSelectToBinOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 8907 static std::optional<bool> matchSetCC(SDValue LHS, SDValue RHS, in matchSetCC() function 8984 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, TrueV)) { in combineSelectToBinOp() 8990 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, FalseV)) { in combineSelectToBinOp()
|