Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Folded

41 STATISTIC(NumFolds,   "Number of terminators folded");
460 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
462 if (Constant *KC = getKnownConstant(Folded, WantInteger))
536 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
538 if (Constant *KC = getKnownConstant(Folded, WantInteger))
1256 // Collect all of the blocks that this can be folded into so that we can