Home
last modified time | relevance | path

Searched refs:InstructionTypeEquals (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc2167 if (instruction->InstructionTypeEquals(left) && right->IsConstant()) { in TryHandleAssociativeAndCommutativeOperation()
2170 } else if (left->IsConstant() && instruction->InstructionTypeEquals(right)) { in TryHandleAssociativeAndCommutativeOperation()
Dnodes.cc1346 if (!InstructionTypeEquals(other)) return false; in Equals()
Dnodes.h1467 bool InstructionTypeEquals(const HInstruction* other) const OVERRIDE { \
2153 virtual bool InstructionTypeEquals(const HInstruction* other ATTRIBUTE_UNUSED) const { in InstructionTypeEquals() function