Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1593 auto isOutOfRangeConstant = [&](const MCExpr *E, bool Negate) -> bool { in parsePCRel() local
1611 if (isOutOfRangeConstant(CE, false)) { in parsePCRel()
1626 if (isOutOfRangeConstant(BE->getLHS(), false) || in parsePCRel()
1627 isOutOfRangeConstant(BE->getRHS(), in parsePCRel()