Home | History | Annotate | Download | only in pub

Lines Matching refs:ty

1276          ppIRExpr output: GET:<ty>(<offset>), eg. GET:I32(0)
1280 IRType ty; /* Type of the value being read */
1376 ppIRExpr output: LD<end>:<ty>(<addr>), eg. LDle:I32(t1)
1380 IRType ty; /* Type of the loaded value */
1453 extern IRExpr* IRExpr_Get ( Int off, IRType ty );
1462 extern IRExpr* IRExpr_Load ( IREndness end, IRType ty, IRExpr* addr );
2131 extern Bool isPlausibleIRType ( IRType ty );