Lines Matching full:folding
10 // This file defines routines for folding instructions into constants.
13 // this file defines some additional folding routines that can make use of
47 // Constant Folding internal helper functions
411 // If this is a float/double load, we can try folding it as an int32/64 load
887 // Constant Folding public APIs
904 // because that would break the rule that constant folding only applies if
1006 /// folding using this function strips this information.
1223 // Constant Folding for Calls
1467 /// We only fold functions with finite arguments. Folding NaN and inf is
1809 // Use the regular scalar folding to simplify this column.