Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Folded

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