Searched refs:getConstrainedFPExcept (Results 1 – 2 of 2) sorted by relevance
888 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp()905 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPIntrinsic()923 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPUnroundedBinOp()953 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast()994 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp()1010 UseArgs.push_back(getConstrainedFPExcept(Except)); in CreateConstrainedFPCall()
1386 Value *getConstrainedFPExcept(std::optional<fp::ExceptionBehavior> Except) { in getConstrainedFPExcept() function