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

References

include/llvm/Analysis/VectorUtils.h
  388   InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment)
  407   bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) {
  447   InstTy *getMember(uint32_t Index) const {
  458   uint32_t getIndex(const InstTy *Instr) const {
  467   InstTy *getInsertPos() const { return InsertPos; }
  468   void setInsertPos(InstTy *Inst) { InsertPos = Inst; }
  476   void addMetadata(InstTy *NewInst) const;
  499   DenseMap<int32_t, InstTy *> Members;
  514   InstTy *InsertPos;