Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3786 const MCConstantExpr *LSBCE = dyn_cast<MCConstantExpr>(LSBOp.getImm()); in MatchAndEmitInstruction() local
3789 if (LSBCE && WidthCE) { in MatchAndEmitInstruction()
3790 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4384 const MCConstantExpr *LSBCE = dyn_cast<MCConstantExpr>(LSBOp.getImm()); in MatchAndEmitInstruction() local
4387 if (LSBCE && WidthCE) { in MatchAndEmitInstruction()
4388 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction()