Searched refs:getConstrainedFPExcept (Results 1 – 2 of 2) sorted by relevance
976 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp()993 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPUnroundedBinOp()1026 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast()1066 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp()1084 UseArgs.push_back(getConstrainedFPExcept(Except)); in CreateConstrainedFPCall()
1310 Value *getConstrainedFPExcept(std::optional<fp::ExceptionBehavior> Except) { in getConstrainedFPExcept() function