Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h68 unsigned MinBitWidth = 0; member
DTruncInstCombine.cpp201 unsigned MinBitWidth = InstInfoMap.lookup(cast<Instruction>(Src)).MinBitWidth; in getMinBitWidth() local
263 unsigned MinBitWidth = getMinBitWidth(); in getBestTruncatedType() local
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py890 def MinBitWidth(self): member in Value