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