Home | History | Annotate | Download | only in Utils

Lines Matching refs:BitMap

3453       // For small tables with integer elements, we can pack them into a bitmap
3466 // For BitMapKind, this is the bitmap.
3467 ConstantInt *BitMap;
3481 : SingleValue(0), BitMap(0), BitMapElementTy(0), Array(0) {
3521 // If the type is integer and the table fits in a register, build a bitmap.
3527 // Insert values into the bitmap. Undef values are set to zero.
3533 BitMap = ConstantInt::get(M.getContext(), TableInt);
3557 // Type of the bitmap (e.g. i59).
3558 IntegerType *MapTy = BitMap->getType();
3560 // Cast Index to the same type as the bitmap.
3571 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt,