Searched refs:ExceptV (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 816 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() local 823 {L, R, RoundingV, ExceptV}, nullptr, Name); in CreateConstrainedFPBinOp() 849 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() local 868 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, RoundingV, ExceptV}, in CreateConstrainedFPCast() 871 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, ExceptV}, nullptr, in CreateConstrainedFPCast() 900 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() local 903 {L, R, PredicateV, ExceptV}, nullptr, Name); in CreateConstrainedFPCmp()
|