Lines Matching refs:MCE
2667 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveValue() local
2669 uint64_t IntValue = MCE->getValue(); in parseDirectiveValue()
3144 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3145 int Value = MCE->getValue(); in parseDirectiveLoc()
3161 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value)) { in parseDirectiveLoc() local
3162 int Value = MCE->getValue(); in parseDirectiveLoc()
3281 if (const auto *MCE = dyn_cast<MCConstantExpr>(Value)) in parseDirectiveCVLoc() local
3282 IsStmt = MCE->getValue(); in parseDirectiveCVLoc()
5005 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSEmit() local
5006 if (!MCE) in parseDirectiveMSEmit()
5008 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSEmit()
5021 const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Value); in parseDirectiveMSAlign() local
5022 if (!MCE) in parseDirectiveMSAlign()
5024 uint64_t IntValue = MCE->getValue(); in parseDirectiveMSAlign()