Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp543 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 DRISCVISelLowering.cpp8907 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()