Searched refs:LHSSema (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 115 getCommonBinopSemantic(const FixedPointSemantics &LHSSema, in getCommonBinopSemantic() argument 117 auto C = LHSSema.getCommonSemantics(RHSSema); in getCommonBinopSemantic() 119 LHSSema.hasUnsignedPadding() && RHSSema.hasUnsignedPadding(); in getCommonBinopSemantic() 228 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd() argument 230 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateAdd() 233 Value *WideLHS = CreateFixedToFixed(LHS, LHSSema, CommonSema); in CreateAdd() 245 LHSSema.getCommonSemantics(RHSSema)); in CreateAdd() 254 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub() argument 256 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateSub() 259 Value *WideLHS = CreateFixedToFixed(LHS, LHSSema, CommonSema); in CreateSub() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 14660 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator() local 14664 LHSSema.getWidth() - (unsigned)LHSSema.hasUnsignedPadding(); in VisitBinaryOperator()
|