Home | History | Annotate | Download | only in IR

Lines Matching refs:SrcWidth

1035           unsigned SrcWidth =
1037 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth));
1054 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign));
1055 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth));