Searched refs:ExceptV (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 1008 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() local 1015 {L, R, RoundingV, ExceptV}, nullptr, Name); in CreateConstrainedFPBinOp() 1041 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() local 1060 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, RoundingV, ExceptV}, in CreateConstrainedFPCast() 1063 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, ExceptV}, nullptr, in CreateConstrainedFPCast() 1092 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() local 1095 {L, R, PredicateV, ExceptV}, nullptr, Name); in CreateConstrainedFPCmp()
|