Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp902 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() local
909 {L, R, RoundingV, ExceptV}, nullptr, Name); in CreateConstrainedFPBinOp()
935 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() local
954 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, RoundingV, ExceptV}, in CreateConstrainedFPCast()
957 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, ExceptV}, nullptr, in CreateConstrainedFPCast()
986 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() local
989 {L, R, PredicateV, ExceptV}, nullptr, Name); in CreateConstrainedFPCmp()