Home
last modified time | relevance | path

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

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