Lines Matching refs:MCE
3198 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveValue() local
3200 uint64_t IntValue = MCE->getValue(); in parseDirectiveValue()
3686 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3687 int Value = MCE->getValue(); in parseDirectiveLoc()
3703 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3704 int Value = MCE->getValue(); in parseDirectiveLoc()
3919 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
3920 IsStmt = MCE->getValue(); in parseDirectiveCVLoc()
4893 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveDCB() local
4895 uint64_t IntValue = MCE->getValue(); in parseDirectiveDCB()
5798 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
5799 if (!MCE) in parseDirectiveMSEmit()
5801 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSEmit()
5814 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
5815 if (!MCE) in parseDirectiveMSAlign()
5817 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSAlign()