Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp37 std::min(DstScale + DstSema.getIntegralBits(), NewVal.getBitWidth())); in convert()
155 std::max(getIntegralBits(), Other.getIntegralBits()) + CommonScale; in getCommonSemantics()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h55 unsigned getIntegralBits() const { in getIntegralBits() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h84 bool LessIntBits = DstSema.getIntegralBits() < SrcSema.getIntegralBits(); in Convert()