Lines Matching refs:MCE
3642 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in emitIntValue() local
3644 int64_t IntValue = MCE->getValue(); in emitIntValue()
3646 return Error(MCE->getLoc(), "out of range literal value"); in emitIntValue()
3681 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseScalarInitializer() local
3682 if (!MCE) in parseScalarInitializer()
3685 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer()
3887 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseRealInstList() local
3888 if (!MCE) in parseRealInstList()
3891 const int64_t Repetitions = MCE->getValue(); in parseRealInstList()
4248 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseStructInstList() local
4249 if (!MCE) in parseStructInstList()
4252 const int64_t Repetitions = MCE->getValue(); in parseStructInstList()
4957 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
4958 int Value = MCE->getValue(); in parseDirectiveLoc()
4974 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
4975 int Value = MCE->getValue(); in parseDirectiveLoc()
5190 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
5191 IsStmt = MCE->getValue(); in parseDirectiveCVLoc()
7144 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
7145 if (!MCE) in parseDirectiveMSEmit()
7147 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSEmit()
7160 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
7161 if (!MCE) in parseDirectiveMSAlign()
7163 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSAlign()