Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Folded

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