Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp973 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() local
980 {L, R, RoundingV, ExceptV}, nullptr, Name); in CreateConstrainedFPBinOp()
990 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPUnroundedBinOp() local
997 CreateIntrinsic(ID, {L->getType()}, {L, R, ExceptV}, nullptr, Name); in CreateConstrainedFPUnroundedBinOp()
1023 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() local
1042 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, RoundingV, ExceptV}, in CreateConstrainedFPCast()
1045 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, ExceptV}, nullptr, in CreateConstrainedFPCast()
1074 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() local
1077 {L, R, PredicateV, ExceptV}, nullptr, Name); in CreateConstrainedFPCmp()