Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11543 bool RHSIsS = DAG.ComputeNumSignBits(RHS) > XLen; in ReplaceNodeResults() local
11547 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults()
11549 else if (LHSIsU && RHSIsS && !LHSIsS) in ReplaceNodeResults()