Searched defs:InstructionInfo (Results 1 – 2 of 2) sorted by relevance
286 typedef struct InstructionInfo { struct291 } InstructionInfo; argument
125 struct InstructionInfo { struct128 static constexpr unsigned kCompoundRW = (1U << 0);130 explicit InstructionInfo(Instruction *Inst) : Inst(Inst) {} in InstructionInfo() argument132 Instruction *Inst;133 unsigned Flags = 0;