Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Folded

320         Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
325 I.setOperand(1, Folded);
519 // Constants can be considered to be negated values if they can be folded.
538 // Constants can be considered to be negated values if they can be folded.
592 // Bool selects with constant operands can be folded to logical ops.
1123 return 0; // Wait until our source is folded to completion.