Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14256 bool LHSIsS = DAG.ComputeNumSignBits(LHS) > XLen; in ReplaceNodeResults() local
14261 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults()
14263 else if (LHSIsU && RHSIsS && !LHSIsS) in ReplaceNodeResults()