Searched refs:IRConst_V256 (Results 1 – 4 of 4) sorted by relevance
321 extern IRConst* IRConst_V256 ( UInt );
1747 IRConst* IRConst_V256 ( UInt con ) in IRConst_V256() function2259 case Ico_V256: return IRConst_V256(c->Ico.V256); in deepCopyIRConst()
1268 case Iop_AndV256: return IRExpr_Const(IRConst_V256(0)); in mkZeroOfPrimopResultType()2058 e2 = IRExpr_Const(IRConst_V256(0)); in fold_Expr()
409 case Ity_V256: return IRExpr_Const(IRConst_V256(0x00000000)); in definedOfType()5060 c = IRConst_V256(V_BITS32_DEFINED); break; in do_shadow_Store()