Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4697 bool RHSIsS = DAG.ComputeNumSignBits(RHS) > XLen; in ReplaceNodeResults() local
4701 if (RHSIsU && LHSIsS && !RHSIsS) in ReplaceNodeResults()
4703 else if (LHSIsU && RHSIsS && !LHSIsS) in ReplaceNodeResults()