Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Extract

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