Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Simple

1863   // fold (sdiv X, pow2) -> simple ops after legalize
2086 MVT Simple = VT.getSimpleVT();
2087 unsigned SimpleSize = Simple.getSizeInBits();
2122 MVT Simple = VT.getSimpleVT();
2123 unsigned SimpleSize = Simple.getSizeInBits();
2204 MVT Simple = VT.getSimpleVT();
2205 unsigned SimpleSize = Simple.getSizeInBits();
2234 MVT Simple = VT.getSimpleVT();
2235 unsigned SimpleSize = Simple.getSizeInBits();
7170 // This only handles simple types.
8153 // Handle only simple case where vector being inserted and vector
8961 // If it's an adding a simple constant then integrate the offset.