Home | History | Annotate | Download | only in Scalar

Lines Matching full:extract

354   // insert/extract elements, and if there was at least one use that had
398 /// Here we turn element accesses into insert/extract element operations.
402 /// large) integer type with extract and insert operations where the loads
636 // The load is a bit extract from NewAI shifted right by Offset bits.
759 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
810 // If ToType is a first class aggregate, extract out each of the pieces and
1960 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName());
1961 Builder.CreateStore(Extract, NewElts[i]);
2349 /// overwrites the entire allocation. Extract out the pieces of the stored
2354 // Extract each element out of the integer according to its structure offset
2470 // Extract each element out of the NewElts according to its structure offset