Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10242 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) && in expandFP_TO_INT_SAT() local
10253 if (AreExactFloatBounds && MinMaxLegal) { in expandFP_TO_INT_SAT()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23180 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) in LowerFP_TO_INT_SAT() local
23188 if (AreExactFloatBounds) { in LowerFP_TO_INT_SAT()