Lines Matching refs:MCE
3073 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveValue() local
3075 uint64_t IntValue = MCE->getValue(); in parseDirectiveValue()
3566 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3567 int Value = MCE->getValue(); in parseDirectiveLoc()
3583 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3584 int Value = MCE->getValue(); in parseDirectiveLoc()
3803 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
3804 IsStmt = MCE->getValue(); in parseDirectiveCVLoc()
4784 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveDCB() local
4786 uint64_t IntValue = MCE->getValue(); in parseDirectiveDCB()
5725 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
5726 if (!MCE) in parseDirectiveMSEmit()
5728 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSEmit()
5741 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
5742 if (!MCE) in parseDirectiveMSAlign()
5744 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSAlign()