Searched refs:LHSSema (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/include/llvm/IR/ |
D | FixedPointBuilder.h | 113 getCommonBinopSemantic(const FixedPointSemantics &LHSSema, in getCommonBinopSemantic() argument 115 auto C = LHSSema.getCommonSemantics(RHSSema); in getCommonBinopSemantic() 117 LHSSema.hasUnsignedPadding() && RHSSema.hasUnsignedPadding(); in getCommonBinopSemantic() 167 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd() argument 169 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateAdd() 172 Value *WideLHS = CreateFixedToFixed(LHS, LHSSema, CommonSema); in CreateAdd() 184 LHSSema.getCommonSemantics(RHSSema)); in CreateAdd() 193 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub() argument 195 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateSub() 198 Value *WideLHS = CreateFixedToFixed(LHS, LHSSema, CommonSema); in CreateSub() [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 13495 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator() local 13499 LHSSema.getWidth() - (unsigned)LHSSema.hasUnsignedPadding(); in VisitBinaryOperator()
|