Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1481 Value *TooHigh = SrcIsSigned ? Builder.CreateICmpSGT(Result, Max) in EmitFixedPointConversion() local
1483 Result = Builder.CreateSelect(TooHigh, Max, Result, "satmax"); in EmitFixedPointConversion()