Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp406 unsigned MaxRepresentableBits in validateAndTransform() local
408 if (MinBW > MaxRepresentableBits) { in validateAndTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp391 unsigned MaxRepresentableBits in validateAndTransform() local
393 if (MinBW > MaxRepresentableBits) { in validateAndTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1433 unsigned MaxRepresentableBits = in visitFAdd() local
1435 return IScalarTy->getIntegerBitWidth() <= MaxRepresentableBits; in visitFAdd()