Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h91 Value *TooHigh = SrcIsSigned ? B.CreateICmpSGT(Result, Max) in Convert() local
93 Result = B.CreateSelect(TooHigh, Max, Result, "satmax"); in Convert()