Home | History | Annotate | Download | only in Scalar

Lines Matching full:extract

2043          "Cannot extract to a larger integer!");
2093 Name + ".extract");
2094 DEBUG(dbgs() << " extract: " << *V << "\n");
2103 ConstantVector::get(Mask), Name + ".extract");
2372 V = extractInteger(DL, IRB, V, ExtractTy, Offset, "extract");
2380 "Can only handle an extract for an overly wide load");
2493 assert(IntTy && "We cannot extract an integer from the alloca");
2533 "extract");
2862 Src = extractInteger(DL, IRB, Src, SubIntTy, Offset, "extract");
3125 // Extract the single value and store it using the indices.
3127 IRB.CreateExtractValue(Agg, Indices, Name + ".extract"),