Home | History | Annotate | Download | only in IR

Lines Matching defs:SrcWidth

974           unsigned SrcWidth =
976 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth));
993 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign));
994 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth));