Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12346 bool LHSIsU = DAG.MaskedValueIsZero(LHS, HighMask); in ReplaceNodeResults()
12349 if (LHSIsU == RHSIsU) in ReplaceNodeResults()
12368 else if (LHSIsU && RHSIsS && !LHSIsS) in ReplaceNodeResults()
12344 bool LHSIsU = DAG.MaskedValueIsZero(LHS, HighMask); ReplaceNodeResults() local