Home | History | Annotate | Download | only in IR

Lines Matching full:dstwidth

1040           unsigned DstWidth = CI2->getType()->getBitWidth();
1043 APInt PossiblySetBits(APInt::getLowBitsSet(DstWidth, SrcWidth));
1059 unsigned DstWidth = CI2->getType()->getBitWidth();
1060 unsigned SrcWidth = std::min(DstWidth, Log2_32(GVAlign));
1061 APInt BitsNotSet(APInt::getLowBitsSet(DstWidth, SrcWidth));