Searched refs:ARM16Expr (Results 1 – 2 of 2) sorted by relevance
1197 const ARMMCExpr *ARM16Expr = cast<ARMMCExpr>(E); in getHiLoImmOpValue() 1198 E = ARM16Expr->getSubExpr(); in getHiLoImmOpValue() 1205 switch (ARM16Expr->getKind()) { in getHiLoImmOpValue() 1224 switch (ARM16Expr->getKind()) { in getHiLoImmOpValue() 1208 const ARMMCExpr *ARM16Expr = cast<ARMMCExpr>(E); getHiLoImmOpValue() local
1328 const ARMMCExpr *ARM16Expr = dyn_cast<ARMMCExpr>(getImm()); in isT2SOImm() local1329 return (!ARM16Expr || (ARM16Expr->getKind() != ARMMCExpr::VK_ARM_HI16 && in isT2SOImm()1330 ARM16Expr->getKind() != ARMMCExpr::VK_ARM_LO16)); in isT2SOImm()6854 const ARMMCExpr *ARM16Expr = dyn_cast<ARMMCExpr>(E); in isThumbI8Relocation() local6855 if (ARM16Expr && (ARM16Expr->getKind() == ARMMCExpr::VK_ARM_HI_8_15 || in isThumbI8Relocation()6856 ARM16Expr->getKind() == ARMMCExpr::VK_ARM_HI_0_7 || in isThumbI8Relocation()6857 ARM16Expr->getKind() == ARMMCExpr::VK_ARM_LO_8_15 || in isThumbI8Relocation()6858 ARM16Expr->getKind() == ARMMCExpr::VK_ARM_LO_0_7)) in isThumbI8Relocation()8258 const ARMMCExpr *ARM16Expr = dyn_cast<ARMMCExpr>(E); in validateInstruction() local8259 if (!ARM16Expr || (ARM16Expr->getKind() != ARMMCExpr::VK_ARM_HI16 && in validateInstruction()[all …]