Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Folded

53 STATISTIC(NumFolds,   "Number of terminators folded");
537 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
539 if (Constant *KC = getKnownConstant(Folded, WantInteger))
614 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
616 if (Constant *KC = getKnownConstant(Folded, WantInteger))
1380 // Collect all of the blocks that this can be folded into so that we can
1821 /// to be folded. This later enables threading from bb1 over bb2.