Searched refs:XBitWidth (Results 1 – 2 of 2) sorted by relevance
3074 const unsigned XBitWidth = XType->getScalarSizeInBits(); in foldICmpWithTruncSignExtendedVal() local3075 const APInt BitWidth = APInt(XBitWidth, XBitWidth); in foldICmpWithTruncSignExtendedVal()3082 const APInt ICmpCst = APInt(XBitWidth, 1).shl(KeptBits); in foldICmpWithTruncSignExtendedVal()
15776 unsigned XBitWidth = X.getValueSizeInBits(); in visitEXTRACT_VECTOR_ELT() local15778 BCTruncElt = IsLE ? 0 : XBitWidth / VecEltBitWidth - 1; in visitEXTRACT_VECTOR_ELT()15783 if (ExtractIndex == BCTruncElt && XBitWidth > VecEltBitWidth) { in visitEXTRACT_VECTOR_ELT()15784 assert(XBitWidth % VecEltBitWidth == 0 && in visitEXTRACT_VECTOR_ELT()