Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DFixedPointBuilder.h117 auto C = LHSSema.getCommonSemantics(RHSSema); in getCommonBinopSemantic()
245 LHSSema.getCommonSemantics(RHSSema)); in CreateAdd()
279 LHSSema.getCommonSemantics(RHSSema)); in CreateSub()
307 LHSSema.getCommonSemantics(RHSSema)); in CreateMul()
335 LHSSema.getCommonSemantics(RHSSema)); in CreateDiv()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp155 FixedPointSemantics FixedPointSemantics::getCommonSemantics( in getCommonSemantics() function in llvm::FixedPointSemantics
183 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in add()
207 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in sub()
231 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in mul()
288 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in div()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFixedPoint.h89 getCommonSemantics(const FixedPointSemantics &Other) const;
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp3893 auto CommonFixedSema = LHSFixedSema.getCommonSemantics(RHSFixedSema); in EmitFixedPointBinOp()