Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFixedPoint.h67 getCommonSemantics(const FixedPointSemantics &Other) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3722 auto CommonFixedSema = LHSFixedSema.getCommonSemantics(RHSFixedSema); in EmitFixedPointBinOp()