Lines Matching defs:MCE
3642 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
3644 int64_t IntValue = MCE->getValue();
3646 return Error(MCE->getLoc(), "out of range literal value");
3681 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
3682 if (!MCE)
3685 const int64_t Repetitions = MCE->getValue();
3887 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
3888 if (!MCE)
3891 const int64_t Repetitions = MCE->getValue();
4248 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
4249 if (!MCE)
4252 const int64_t Repetitions = MCE->getValue();
4957 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
4958 int Value = MCE->getValue();
4974 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
4975 int Value = MCE->getValue();
5190 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value))
5191 IsStmt = MCE->getValue();
7143 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
7144 if (!MCE)
7146 uint64_t IntValue = MCE->getValue();
7159 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
7160 if (!MCE)
7162 uint64_t IntValue = MCE->getValue();