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.cpp976 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() local
983 {L, R, RoundingV, ExceptV}, nullptr, Name); in CreateConstrainedFPBinOp()
993 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPUnroundedBinOp() local
1000 CreateIntrinsic(ID, {L->getType()}, {L, R, ExceptV}, nullptr, Name); in CreateConstrainedFPUnroundedBinOp()
1026 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() local
1035 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, RoundingV, ExceptV}, in CreateConstrainedFPCast()
1038 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, ExceptV}, nullptr, in CreateConstrainedFPCast()
1066 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() local
1069 {L, R, PredicateV, ExceptV}, nullptr, Name); in CreateConstrainedFPCmp()