Home | History | Annotate | Download | only in IR

Lines Matching refs:SrcWidth

973           unsigned SrcWidth =
975 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth));
992 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign));
993 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth));