Home | History | Annotate | Download | only in IR

Lines Matching defs:SrcWidth

988           unsigned SrcWidth =
990 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth));
1007 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign));
1008 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth));