Searched refs:isOpcodeOrAlt (Results 1 – 1 of 1) sorted by relevance
325 bool isOpcodeOrAlt(Instruction *I) const { in isOpcodeOrAlt() function342 if (I && S.isOpcodeOrAlt(I)) in isOneOf()2391 assert(S.isOpcodeOrAlt(I) && "Unexpected main/alternate opcode"); in getEntryCost()2658 assert(S.isOpcodeOrAlt(I) && "Incorrect instruction in vector"); in reorderAltShuffleOperands()2867 return !S.isOpcodeOrAlt(I) || I->getParent() == BB; in setInsertPointAfterBundle()2907 if (Bundle.erase(&I) && S.isOpcodeOrAlt(&I)) in setInsertPointAfterBundle()3537 assert(S.isOpcodeOrAlt(OpInst) && "Unexpected main/alternate opcode"); in vectorizeTree()