Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h228 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateAdd() local
254 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateSub() local
288 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateMul() local
316 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateDiv() local
375 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateEQ() local
390 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateNE() local
405 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateLT() local
421 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateLE() local
437 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateGT() local
453 auto CommonSema = getCommonBinopSemantic(LHSSema, RHSSema); in CreateGE() local