Searched defs:BitMap (Results 1 – 3 of 3) sorted by relevance
82 BitMap() : size_(0), bits_() {} in BitMap() function83 explicit BitMap(size_t size) : size_(size), bits_(count(), 0) {} in BitMap() function
61 GlobalVariable *BitMap; member
5021 ConstantInt *BitMap = nullptr; member in __anon1285fdf71411::SwitchLookupTable