Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Folded

308         Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
319 I.setOperand(1, Folded);
671 // Constants can be considered to be negated values if they can be folded.
688 // Constants can be considered to be negated values if they can be folded.
747 // Bool selects with constant operands can be folded to logical ops.
1500 return nullptr; // Wait until our source is folded to completion.