Home
last modified time | relevance | path

Searched defs:BitMap (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/utils/
Dbitmap.h82 BitMap() : size_(0), bits_() {} in BitMap() function
83 explicit BitMap(size_t size) : size_(size), bits_(count(), 0) {} in BitMap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp61 GlobalVariable *BitMap; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5021 ConstantInt *BitMap = nullptr; member in __anon1285fdf71411::SwitchLookupTable