Searched refs:const_add (Results 1 – 7 of 7) sorted by relevance
224 const_add(uint64_t *c, uint64_t value) in const_add() function264 int c = const_add(a, value[j].u64); in const_src()754 int idx = const_add(&value[0].u64, cv[alu->src[i].swizzle[j]].u64); in lower_alu()
261 * CHECK: @const_add = global i64 add297 ignore (define_global "const_add" (const_add foldbomb five) m);338 ignore (define_global "const_trunc" (const_trunc (const_add foldbomb five)352 ignore (define_global "const_inttoptr" (const_inttoptr (const_add foldbomb five)
279 * CHECK: @const_add = global i64 add315 ignore (define_global "const_add" (const_add foldbomb five) m);356 ignore (define_global "const_trunc" (const_trunc (const_add foldbomb five)370 ignore (define_global "const_inttoptr" (const_inttoptr (const_add foldbomb five)
529 external const_add : llvalue -> llvalue -> llvalue = "LLVMConstAdd"
994 (** [const_add c1 c2] returns the constant sum of two constants.996 val const_add : llvalue -> llvalue -> llvalue val
611 external const_add : llvalue -> llvalue -> llvalue = "LLVMConstAdd"
1045 (** [const_add c1 c2] returns the constant sum of two constants.1047 val const_add : llvalue -> llvalue -> llvalue val