Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp171 FixedPointSemantics FixedPointSemantics::getCommonSemantics( in getCommonSemantics() function in llvm::FixedPointSemantics
199 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in add()
223 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in sub()
247 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in mul()
305 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics()); in div()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h89 getCommonSemantics(const FixedPointSemantics &Other) const;
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1576 auto CommonSema = LHSSema.getCommonSemantics(RHSSema).toOpaqueInt(); in VisitFixedPointBinOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4531 auto CommonFixedSema = LHSFixedSema.getCommonSemantics(RHSFixedSema); in EmitFixedPointBinOp()