Searched refs:getAltOpcode (Results 1 – 1 of 1) sorted by relevance
368 unsigned getAltOpcode() const { in getAltOpcode() function373 bool isAltShuffle() const { return getOpcode() != getAltOpcode(); } in isAltShuffle()377 return getOpcode() == CheckedOpcode || getAltOpcode() == CheckedOpcode; in isOpcodeOrAlt()1722 return getOpcode() != getAltOpcode(); in isAltShuffle()1728 getAltOpcode() == CheckedOpcode); in isOpcodeOrAlt()1759 unsigned getAltOpcode() const { in getAltOpcode() function4180 Instruction::isBinaryOp(E->getAltOpcode())) || in getEntryCost()4182 Instruction::isCast(E->getAltOpcode()))) && in getEntryCost()5607 Instruction::isBinaryOp(E->getAltOpcode())) || in vectorizeTree()5609 Instruction::isCast(E->getAltOpcode()))) && in vectorizeTree()[all …]