Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14242 bool RHSIsU = DAG.MaskedValueIsZero(RHS, HighMask); in ReplaceNodeResults() local
14244 if (LHSIsU == RHSIsU) in ReplaceNodeResults()
14261 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults()