Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp201 unsigned MinBitWidth = InstInfoMap.lookup(cast<Instruction>(Src)).MinBitWidth; in getMinBitWidth() local
263 unsigned MinBitWidth = getMinBitWidth(); in getBestTruncatedType() local
DAggressiveInstCombineInternal.h68 unsigned MinBitWidth = 0; member