Lines Matching defs:constant
68 ir_constant *constant,
248 * Reassociates a constant down a tree of adds or multiplies.
254 ir_constant *constant,
284 if (reassociate_constant(ir1, const_index, constant,
290 if (reassociate_constant(ir1, const_index, constant,
510 /* Replace (x + (-x)) with constant 0 */
522 /* Reassociate addition of constants so that we can do constant
620 * constant folding.
878 /* One of these has to be a constant */
1008 * assigned a constant expression to facilitate this.