Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Extract

305   // insert/extract elements, and if there was at least one use that had
337 /// Here we turn element accesses into insert/extract element operations.
341 /// large) integer type with extract and insert operations where the loads
547 // The load is a bit extract from NewAI shifted right by Offset bits.
666 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
706 // If ToType is a first class aggregate, extract out each of the pieces and
1833 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName());
1834 Builder.CreateStore(Extract, NewElts[i]);
2183 /// overwrites the entire allocation. Extract out the pieces of the stored
2187 // Extract each element out of the integer according to its structure offset
2301 // Extract each element out of the NewElts according to its structure offset