Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7536 static std::optional<bool> matchSetCC(SDValue LHS, SDValue RHS, in matchSetCC()
7613 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, TrueV)) { in combineSelectToBinOp()
7619 if (std::optional<bool> MatchResult = matchSetCC(LHS, RHS, CC, FalseV)) { in combineSelectToBinOp()
7534 static std::optional<bool> matchSetCC(SDValue LHS, SDValue RHS, matchSetCC() function