Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Folded

295         Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
300 I.setOperand(1, Folded);
494 // Constants can be considered to be negated values if they can be folded.
513 // Constants can be considered to be negated values if they can be folded.
567 // Bool selects with constant operands can be folded to logical ops.
860 return 0; // Wait until our source is folded to completion.