Searched refs:LSBCE (Results 1 – 2 of 2) sorted by relevance
3786 const MCConstantExpr *LSBCE = dyn_cast<MCConstantExpr>(LSBOp.getImm()); in MatchAndEmitInstruction() local3789 if (LSBCE && WidthCE) { in MatchAndEmitInstruction()3790 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction()
4384 const MCConstantExpr *LSBCE = dyn_cast<MCConstantExpr>(LSBOp.getImm()); in MatchAndEmitInstruction() local4387 if (LSBCE && WidthCE) { in MatchAndEmitInstruction()4388 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction()