Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2756 unsigned ShAmtV = ShAmtC->getZExtValue(); in matchAddressRecursively() local
2757 if (ShAmtV > 3) in matchAddressRecursively()
2763 APInt::getHighBitsSet(ShlSrc.getValueSizeInBits(), ShAmtV); in matchAddressRecursively()
2778 Res = CurDAG->getConstant(Mask.lshr(ShAmtV), DL, SrcVT); in matchAddressRecursively()
2791 AM.Scale = 1 << ShAmtV; in matchAddressRecursively()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14153 unsigned ShAmtV = ShAmt.getZExtValue(); in narrowIndex()
14154 unsigned NewElen = PowerOf2Ceil(SrcElen + ShAmtV); in narrowIndex()
14165 SDValue NewShAmtVec = DAG.getConstant(ShAmtV, DL, NewVT); in narrowIndex()
14150 unsigned ShAmtV = ShAmt.getZExtValue(); narrowIndex() local