Home
last modified time | relevance | path

Searched defs:CommonSema (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DFixedPointBuilder.h169 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateAdd() local
195 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateSub() local
229 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateMul() local
257 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateDiv() local
316 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateEQ() local
331 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateNE() local
346 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateLT() local
362 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateLE() local
378 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateGT() local
394 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateGE() local