Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h89 Value *TooHigh = SrcIsSigned ? B.CreateICmpSGT(Result, Max) in Convert() local
91 Result = B.CreateSelect(TooHigh, Max, Result, "satmax"); in Convert()