Lines Matching refs:MCE
3659 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in emitIntValue() local
3661 int64_t IntValue = MCE->getValue(); in emitIntValue()
3663 return Error(MCE->getLoc(), "out of range literal value"); in emitIntValue()
3698 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseScalarInitializer() local
3699 if (!MCE) in parseScalarInitializer()
3702 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer()
3904 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseRealInstList() local
3905 if (!MCE) in parseRealInstList()
3908 const int64_t Repetitions = MCE->getValue(); in parseRealInstList()
4266 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseStructInstList() local
4267 if (!MCE) in parseStructInstList()
4270 const int64_t Repetitions = MCE->getValue(); in parseStructInstList()
4975 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
4976 int Value = MCE->getValue(); in parseDirectiveLoc()
4992 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
4993 int Value = MCE->getValue(); in parseDirectiveLoc()
5208 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
5209 IsStmt = MCE->getValue(); in parseDirectiveCVLoc()
7157 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
7158 if (!MCE) in parseDirectiveMSEmit()
7160 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSEmit()
7173 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
7174 if (!MCE) in parseDirectiveMSAlign()
7176 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSAlign()