Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1561 auto isOutOfRangeConstant = [&](const MCExpr *E) -> bool { in parsePCRel() local
1577 if (isOutOfRangeConstant(CE)) { in parsePCRel()
1592 if (isOutOfRangeConstant(BE->getLHS()) || in parsePCRel()
1593 isOutOfRangeConstant(BE->getRHS())) { in parsePCRel()