Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Folded

598     if (Constant *Folded = ConstantFoldConstantExpression(CE, TD, TLI))
599 C = Folded;