Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6933 bool RHSIsS = DAG.ComputeNumSignBits(RHS) > XLen; in ReplaceNodeResults() local
6937 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults()
6939 else if (LHSIsU && RHSIsS && !LHSIsS) in ReplaceNodeResults()