Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h84 bool LessIntBits = DstSema.getIntegralBits() < SrcSema.getIntegralBits(); in Convert() local
85 if (LessIntBits) { in Convert()
95 if (SrcIsSigned && (LessIntBits || !DstIsSigned)) { in Convert()