build_integer_constant
tnode_t *ctn = build_integer_constant(PTRDIFF_TSPEC,
return build_integer_constant(PTRDIFF_TSPEC,
: build_integer_constant(INT, 1);
tnode_t *tn = build_integer_constant(SIZEOF_TSPEC, size_in_bytes);
tnode_t *tn = build_integer_constant(SIZEOF_TSPEC, offset_in_bytes);
return build_integer_constant(SIZEOF_TSPEC, (int64_t)alignment(tp));
return build_integer_constant(SIZEOF_TSPEC, (int64_t)off);
arg = build_integer_constant(INT, 0);