Searched refs:ExceptV (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 803 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() local 810 {L, R, RoundingV, ExceptV}, nullptr, Name); in CreateConstrainedFPBinOp() 836 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() local 855 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, RoundingV, ExceptV}, in CreateConstrainedFPCast() 858 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, ExceptV}, nullptr, in CreateConstrainedFPCast() 887 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() local 890 {L, R, PredicateV, ExceptV}, nullptr, Name); in CreateConstrainedFPCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1567 Value *ExceptV = getConstrainedFPExcept(Except); variable 1574 {L, R, RoundingV, ExceptV}, nullptr, Name); 2205 Value *ExceptV = getConstrainedFPExcept(Except); variable 2224 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, RoundingV, ExceptV}, 2227 C = CreateIntrinsic(ID, {DestTy, V->getType()}, {V, ExceptV}, nullptr, 2399 Value *ExceptV = getConstrainedFPExcept(Except); variable 2402 {L, R, PredicateV, ExceptV}, nullptr, Name);
|