Lines Matching defs:Extract
347 // insert/extract elements, and if there was at least one use that had
390 /// Here we turn element accesses into insert/extract element operations.
394 /// large) integer type with extract and insert operations where the loads
628 // The load is a bit extract from NewAI shifted right by Offset bits.
751 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
802 extract out each of the pieces and
1945 Value *Extract = Builder.CreateExtractValue(Val, i, Val->getName());
1946 Builder.CreateStore(Extract, NewElts[i]);
2328 /// overwrites the entire allocation. Extract out the pieces of the stored
2333 // Extract each element out of the integer according to its structure offset
2448 // Extract each element out of the NewElts according to its structure offset