Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp888 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() local
893 {L, R, RoundingV, ExceptV}, nullptr, Name); in CreateConstrainedFPBinOp()
905 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPIntrinsic() local
911 ExtArgs.push_back(ExceptV); in CreateConstrainedFPIntrinsic()
923 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPUnroundedBinOp() local
928 CreateIntrinsic(ID, {L->getType()}, {L, R, ExceptV}, nullptr, Name); in CreateConstrainedFPUnroundedBinOp()
953 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() local
960 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, RoundingV, ExceptV}, in CreateConstrainedFPCast()
963 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, ExceptV}, nullptr, in CreateConstrainedFPCast()
994 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() local
[all …]