Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFixedPoint.h55 unsigned getIntegralBits() const { in getIntegralBits() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFixedPointBuilder.h84 bool LessIntBits = DstSema.getIntegralBits() < SrcSema.getIntegralBits(); in Convert()