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

Declarations

lib/Target/BPF/BPFAbstractMemberAccess.cpp
  165   uint64_t getConstant(const Value *IndexValue);

References

lib/Target/BPF/BPFAbstractMemberAccess.cpp
  244     CInfo.AccessIndex = getConstant(Call->getArgOperand(2));
  253     CInfo.AccessIndex = getConstant(Call->getArgOperand(1));
  262     CInfo.AccessIndex = getConstant(Call->getArgOperand(2));
  270     uint64_t InfoKind = getConstant(Call->getArgOperand(1));
  286       Dimension = getConstant(Call->getArgOperand(DimensionIndex));