Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp672 unsigned RHSSB = DAG.ComputeNumSignBits(Mul.getOperand(1)); in TryExpandADDWithMul() local
682 if (LHSSB > 32 && RHSSB > 32) { in TryExpandADDWithMul()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4042 unsigned RHSSB = DAG.ComputeNumSignBits(RHS); in expandMUL_LOHI() local
4092 RHSSB > InnerBitSize) { in expandMUL_LOHI()