Lines Matching refs:IsFoldable
340 if (m.IsFoldable()) { // K ror K => K (K stands for arbitrary constants)
351 if (m.IsFoldable()) { // K == K => K (K stands for arbitrary constants)
382 if (m.IsFoldable()) { // K * K => K (K stands for arbitrary constants)
438 if (m.IsFoldable()) { // K < K => K (K stands for arbitrary constants)
455 if (m.IsFoldable()) { // K <= K => K (K stands for arbitrary constants)
466 if (m.IsFoldable()) { // K < K => K (K stands for arbitrary constants)
492 if (m.IsFoldable()) { // K <= K => K (K stands for arbitrary constants)
511 if (m.IsFoldable()) { // L - R => (L - R)
542 if (m.IsFoldable()) { // K + K => K (K stands for arbitrary constants)
560 if (m.IsFoldable()) { // L - R => (L - R)
596 if (m.IsFoldable()) { // K * K => K (K stands for arbitrary constants)
618 if (m.IsFoldable()) { // K / K => K (K stands for arbitrary constants)
648 if (m.IsFoldable()) { // K % K => K (K stands for arbitrary constants)
698 if (m.IsFoldable()) {
760 if (m.IsFoldable()) {
924 if (m.IsFoldable()) { // K < K => K (K stands for arbitrary constants)
932 if (m.IsFoldable()) { // K <= K => K (K stands for arbitrary constants)
940 if (m.IsFoldable()) { // K < K => K (K stands for arbitrary constants)
948 if (m.IsFoldable()) { // K <= K => K (K stands for arbitrary constants)
986 if (m.IsFoldable()) { // K + K => K (K stands for arbitrary constants)
1026 if (m.IsFoldable()) {
1048 if (m.IsFoldable()) { // K - K => K (K stands for arbitrary constants)
1067 if (m.IsFoldable()) { // K - K => K (K stands for arbitrary constants)
1087 if (m.IsFoldable()) { // K * K => K (K stands for arbitrary constants)
1123 if (m.IsFoldable()) { // K / K => K (K stands for arbitrary constants)
1170 if (m.IsFoldable()) { // K / K => K (K stands for arbitrary constants)
1201 if (m.IsFoldable()) { // K % K => K (K stands for arbitrary constants)
1236 if (m.IsFoldable()) { // K % K => K (K stands for arbitrary constants)
1307 if (m.IsFoldable()) {
1321 if (m.IsFoldable()) {
1335 if (m.IsFoldable()) {
1504 if (m.IsFoldable()) { // K << K => K (K stands for arbitrary constants)
1557 if (m.IsFoldable()) { // K << K => K (K stands for arbitrary constants)
1607 if (m.IsFoldable()) { // K >>> K => K (K stands for arbitrary constants)
1629 if (m.IsFoldable()) { // K >> K => K (K stands for arbitrary constants)
1639 if (m.IsFoldable()) { // K >> K => K (K stands for arbitrary constants)
1674 if (m.IsFoldable()) {
1692 if (m.IsFoldable()) { // K & K => K (K stands for arbitrary constants)
1987 if (m.IsFoldable()) { // K | K => K (K stands for arbitrary constants)
2026 if (m.IsFoldable()) { // K ^ K => K (K stands for arbitrary constants)
2056 if (m.IsFoldable()) { // K == K => K (K stands for arbitrary constants)
2134 if (m.IsFoldable()) {