Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp213 unsigned MinBitWidth = InstInfoMap.lookup(cast<Instruction>(Src)).MinBitWidth; in getMinBitWidth() local
275 unsigned MinBitWidth = getMinBitWidth(); in getBestTruncatedType() local
H A DAggressiveInstCombineInternal.h67 unsigned MinBitWidth = 0; member