Searched refs:ConstExpr (Results 1 – 11 of 11) sorted by relevance
215 if (const MCConstantExpr *ConstExpr = dyn_cast<MCConstantExpr>(Imm.Value)) { in isHiImm16() local216 int64_t Value = ConstExpr->getValue(); in isHiImm16()237 const MCConstantExpr *ConstExpr = dyn_cast<MCConstantExpr>(Imm.Value); in isHiImm16And() local238 if (ConstExpr) { in isHiImm16And()239 int64_t Value = ConstExpr->getValue(); in isHiImm16And()251 if (const MCConstantExpr *ConstExpr = dyn_cast<MCConstantExpr>(Imm.Value)) { in isLoImm16() local252 int64_t Value = ConstExpr->getValue(); in isLoImm16()275 if (const MCConstantExpr *ConstExpr = dyn_cast<MCConstantExpr>(Imm.Value)) { in isLoImm16Signed() local276 int64_t Value = ConstExpr->getValue(); in isLoImm16Signed()298 const MCConstantExpr *ConstExpr = dyn_cast<MCConstantExpr>(Imm.Value); in isLoImm16And() local[all …]
19 struct ConstExpr { struct20 …bool b = noexcept(ConstExpr()) && ThrowSomething(); // expected-error {{cannot use defaulted defau…
264 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) { in collectConstantCandidates() local266 if (!ConstExpr->isCast()) in collectConstantCandidates()269 if (auto ConstInt = dyn_cast<ConstantInt>(ConstExpr->getOperand(0))) { in collectConstantCandidates()524 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) { in emitBaseConstants() local525 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants()534 << "From : " << *ConstExpr << '\n'); in emitBaseConstants()
442 const MCConstantExpr *ConstExpr = MCConstantExpr::create(2, OutContext); in EmitInstruction() local444 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction()455 const MCConstantExpr *ConstExpr = MCConstantExpr::create(2, OutContext); in EmitInstruction() local459 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction()
2 ; ConstExpr reference. Disassembling this program assembled yields invalid
234 | Types ConstExpr244 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"333 | ConstExpr
233 | Types ConstExpr243 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"332 | ConstExpr
41 ; Don't assume that the size is a ConstantInt (a ConstExpr is also a constant).
2 ; PR11950: isHighCostExpansion crashes on ConstExpr
471 namespace ConstExpr { namespace