Home
last modified time | relevance | path

Searched refs:MaxRepresentableBits (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp410 unsigned MaxRepresentableBits in validateAndTransform() local
412 if (MinBW > MaxRepresentableBits) { in validateAndTransform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1575 unsigned MaxRepresentableBits = in visitFAdd() local
1577 return IScalarTy->getIntegerBitWidth() <= MaxRepresentableBits; in visitFAdd()