Home | History | Annotate | Download | only in IR

Lines Matching refs:DstWidth

973           unsigned DstWidth = CI2->getType()->getBitWidth();
976 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth));
992 unsigned DstWidth = CI2->getType()->getBitWidth();
993 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign));
994 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth));