Searched defs:AddIntInstructionNode (Results 1 - 1 of 1) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dinstruction_nodes.h202 class AddIntInstructionNode: public InstructionNode { class in namespace:sea_ir
204 explicit AddIntInstructionNode(const art::Instruction* inst): InstructionNode(inst) { } function in class:sea_ir::AddIntInstructionNode
211 class AddIntLitInstructionNode: public AddIntInstructionNode {
214 AddIntInstructionNode(inst) { }
217 std::vector<int> uses = AddIntInstructionNode::GetUses();

Completed in 23 milliseconds