Home | History | Annotate | Download | only in IPO

Lines Matching defs:BitWidth

158   ///          If both types are vectors, then vector with greater bitwidth is
160 /// If both types are vectors with the same bitwidth, then types
185 /// Ints with greater bitwidth are greater. Ints with same bitwidths
232 /// 2.1. All vectors with equal bitwidth to vector A, has equal bitwidth to
850 unsigned BitWidth = DL->getPointerSizeInBits(ASL);
851 APInt OffsetL(BitWidth, 0), OffsetR(BitWidth, 0);