Documentation for microsoft::quantum::AllocationAnalysis::ResourceAccessLocation

microsoft::quantum::AllocationAnalysis::ResourceAccessLocation

Public Attributes

Name
llvm::Value * operand
ResourceType type
uint64_t index
llvm::Instruction * used_by
uint64_t operand_id

Public Attributes Documentation

variable operand

llvm::Value * operand {nullptr};

variable type

ResourceType type {ResourceType::NotResource};

variable index

uint64_t index {static_cast<uint64_t>(-1)};

variable used_by

llvm::Instruction * used_by {nullptr};

variable operand_id

uint64_t operand_id {0};

Updated on 1 August 2023 at 16:25:10 UTC