Searched refs:getConstrainedFPExcept (Results 1 – 2 of 2) sorted by relevance
973 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp()990 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPUnroundedBinOp()1023 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast()1074 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp()1101 UseArgs.push_back(getConstrainedFPExcept(Except)); in CreateConstrainedFPCall()
1299 Value *getConstrainedFPExcept(std::optional<fp::ExceptionBehavior> Except) { in getConstrainedFPExcept() function