Home | History | Annotate | Download | only in Utils

Lines Matching refs:BitMap

3496       // For small tables with integer elements, we can pack them into a bitmap
3509 // For BitMapKind, this is the bitmap.
3510 ConstantInt *BitMap;
3524 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr),
3570 // If the type is integer and the table fits in a register, build a bitmap.
3576 // Insert values into the bitmap. Undef values are set to zero.
3582 BitMap = ConstantInt::get(M.getContext(), TableInt);
3606 // Type of the bitmap (e.g. i59).
3607 IntegerType *MapTy = BitMap->getType();
3609 // Cast Index to the same type as the bitmap.
3620 Value *DownShifted = Builder.CreateLShr(BitMap, ShiftAmt,