Searched refs:WidthCE (Results 1 – 1 of 1) sorted by relevance
3822 const MCConstantExpr *WidthCE = dyn_cast<MCConstantExpr>(WidthOp.getImm()); in MatchAndEmitInstruction() local3824 if (LSBCE && WidthCE) { in MatchAndEmitInstruction()3826 uint64_t Width = WidthCE->getValue(); in MatchAndEmitInstruction()