Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp4944 bool RHSIsU = DAG.MaskedValueIsZero(RHS, HighMask); in ReplaceNodeResults() local
4946 if (LHSIsU == RHSIsU) in ReplaceNodeResults()
4963 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults()