Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h115 auto C = LHSSema.getCommonSemantics(RHSSema); in getCommonBinopSemantic()
243 LHSSema.getCommonSemantics(RHSSema)); in CreateAdd()
277 LHSSema.getCommonSemantics(RHSSema)); in CreateSub()
305 LHSSema.getCommonSemantics(RHSSema)); in CreateMul()
333 LHSSema.getCommonSemantics(RHSSema)); in CreateDiv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp151 FixedPointSemantics FixedPointSemantics::getCommonSemantics( in getCommonSemantics() function in llvm::FixedPointSemantics
178 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in add()
202 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in sub()
226 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in mul()
283 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in div()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h67 getCommonSemantics(const FixedPointSemantics &Other) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3646 auto CommonFixedSema = LHSFixedSema.getCommonSemantics(RHSFixedSema); in EmitFixedPointBinOp()