Home | History | Annotate | Download | only in MCParser

Lines Matching defs:MCE

2531       if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
2533 uint64_t IntValue = MCE->getValue();
3021 if (const MCConstantExpr *MCE
3022 int Value = MCE->getValue();
3038 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) {
3039 int Value = MCE->getValue();
4629 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
4630 if (!MCE)
4632 uint64_t IntValue = MCE->getValue();
4645 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value);
4646 if (!MCE)
4648 uint64_t IntValue = MCE->getValue();