reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/SROA.cpp
 2509       V = rewriteVectorizedLoadInst();
 2511       V = rewriteIntegerLoad(LI);
 2539       V = NewLI;
 2547             V = IRB.CreateZExt(V, TITy, "load.ext");
 2547             V = IRB.CreateZExt(V, TITy, "load.ext");
 2549               V = IRB.CreateShl(V, TITy->getBitWidth() - AITy->getBitWidth(),
 2549               V = IRB.CreateShl(V, TITy->getBitWidth() - AITy->getBitWidth(),
 2562       V = NewLI;
 2565     V = convertValue(DL, IRB, V, TargetTy);
 2565     V = convertValue(DL, IRB, V, TargetTy);
 2583       V = insertInteger(DL, IRB, Placeholder, V, NewBeginOffset - BeginOffset,
 2583       V = insertInteger(DL, IRB, Placeholder, V, NewBeginOffset - BeginOffset,
 2585       LI.replaceAllUsesWith(V);
 2589       LI.replaceAllUsesWith(V);
 2594     LLVM_DEBUG(dbgs() << "          to: " << *V << "\n");