Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Folded

491   // Instructions that cannot be folded away.
1847 // Now that all instructions in the function are constant folded, erase dead
1864 bool Folded = ConstantFoldTerminator(I->getParent());
1865 if (!Folded) {