Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h116 const FixedPointSemantics &RHSSema) { in getCommonBinopSemantic() argument
117 auto C = LHSSema.getCommonSemantics(RHSSema); in getCommonBinopSemantic()
119 LHSSema.hasUnsignedPadding() && RHSSema.hasUnsignedPadding(); in getCommonBinopSemantic()
229 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateAdd() argument
230 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateAdd()
234 Value *WideRHS = CreateFixedToFixed(RHS, RHSSema, CommonSema); in CreateAdd()
245 LHSSema.getCommonSemantics(RHSSema)); in CreateAdd()
255 Value *RHS, const FixedPointSemantics &RHSSema) { in CreateSub() argument
256 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateSub()
260 Value *WideRHS = CreateFixedToFixed(RHS, RHSSema, CommonSema); in CreateSub()
[all …]