Home | History | Annotate | Download | only in llvm

Lines Matching full:bitwidth

390 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
394 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
398 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
402 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See
406 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See
410 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
720 * None is returned if this is not an integer constant, or bitwidth exceeds 64.