Lines Matching defs:MCE
3643 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
3645 int64_t IntValue = MCE->getValue();
3647 return Error(MCE->getLoc(), "out of range literal value");
3682 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
3683 if (!MCE)
3686 const int64_t Repetitions = MCE->getValue();
3888 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
3889 if (!MCE)
3892 const int64_t Repetitions = MCE->getValue();
4249 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
4250 if (!MCE)
4253 const int64_t Repetitions = MCE->getValue();
4958 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
4959 int Value = MCE->getValue();
4975 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
4976 int Value = MCE->getValue();
5191 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value))
5192 IsStmt = MCE->getValue();
7145 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
7146 if (!MCE)
7148 uint64_t IntValue = MCE->getValue();
7161 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
7162 if (!MCE)
7164 uint64_t IntValue = MCE->getValue();