Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Simple

2014   // fold (sdiv X, pow2) -> simple ops after legalize
2237 MVT Simple = VT.getSimpleVT();
2238 unsigned SimpleSize = Simple.getSizeInBits();
2273 MVT Simple = VT.getSimpleVT();
2274 unsigned SimpleSize = Simple.getSizeInBits();
2355 MVT Simple = VT.getSimpleVT();
2356 unsigned SimpleSize = Simple.getSizeInBits();
2385 MVT Simple = VT.getSimpleVT();
2386 unsigned SimpleSize = Simple.getSizeInBits();
8513 /// \pre LI is a simple load (i.e., not an atomic or volatile load).
8642 // This only handles simple types.
8962 // the simple case of BASE + OFFSET.
10484 // Handle only simple case where vector being inserted and vector
11458 // If it's an adding a simple constant then integrate the offset.