Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp641 ConstantSDNode *ShlCst = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryShrinkShlLogicImm() local
642 if (!ShlCst) in tryShrinkShlLogicImm()
645 uint64_t ShAmt = ShlCst->getZExtValue(); in tryShrinkShlLogicImm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3229 int64_t ShlCst, AshrCst; in matchAshrShlToSextInreg() local
3232 m_GAShr(m_GShl(m_Reg(Src), m_ICstOrSplat(ShlCst)), in matchAshrShlToSextInreg()
3235 if (ShlCst != AshrCst) in matchAshrShlToSextInreg()
3240 MatchInfo = std::make_tuple(Src, ShlCst); in matchAshrShlToSextInreg()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4442 auto *ShlCst = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryShrinkShlLogicImm() local
4443 if (!ShlCst) in tryShrinkShlLogicImm()
4446 uint64_t ShAmt = ShlCst->getZExtValue(); in tryShrinkShlLogicImm()