Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1615 auto isOutOfRangeConstant = [&](const MCExpr *E, bool Negate) -> bool { in parsePCRel() local
1633 if (isOutOfRangeConstant(CE, false)) { in parsePCRel()
1648 if (isOutOfRangeConstant(BE->getLHS(), false) || in parsePCRel()
1649 isOutOfRangeConstant(BE->getRHS(), in parsePCRel()