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

References

lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  365   Type *AT = Alloca->getAllocatedType();
  384   for (User *AllocaUser : Alloca->users()) {
  387       if (!canVectorizeInst(cast<Instruction>(AllocaUser), Alloca))
  432       Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy);
  447       Value *BitCast = Builder.CreateBitCast(Alloca, VecPtrTy);