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

References

lib/Target/BPF/BPFAbstractMemberAccess.cpp
  855       VarType = Type::getInt32Ty(BB->getContext()); // 32bit return value
  857       VarType = Type::getInt64Ty(BB->getContext()); // 64bit ptr arith
  870     auto *LDInst = new LoadInst(Type::getInt32Ty(BB->getContext()), GV);
  871     BB->getInstList().insert(Call->getIterator(), LDInst);
  888   auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV);
  889   BB->getInstList().insert(Call->getIterator(), LDInst);
  892   auto *BCInst = new BitCastInst(Base, Type::getInt8PtrTy(BB->getContext()));
  893   BB->getInstList().insert(Call->getIterator(), BCInst);
  896   auto *GEP = GetElementPtrInst::Create(Type::getInt8Ty(BB->getContext()),
  898   BB->getInstList().insert(Call->getIterator(), GEP);
  902   BB->getInstList().insert(Call->getIterator(), BCInst2);