Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h113 getCommonBinopSemantic(const FixedPointSemantics &LHSSema, in getCommonBinopSemantic() function
228 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateAdd()
254 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateSub()
288 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateMul()
316 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateDiv()
375 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateEQ()
390 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateNE()
405 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateLT()
421 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateLE()
437 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateGT()
[all …]