Searched refs:isOpcodeOrAlt (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp358 bool isOpcodeOrAlt(Instruction *I) const { function in struct:__anon5783::InstructionsState
375 if (I && S.isOpcodeOrAlt(I))
1534 bool isOpcodeOrAlt(Instruction *I) const {
1545 if (I && isOpcodeOrAlt(I))
3562 assert(E->isOpcodeOrAlt(I) && "Unexpected main/alternate opcode");
3883 return !E->isOpcodeOrAlt(I) || I->getParent() == BB;
3923 if (Bundle.erase(&I) && E->isOpcodeOrAlt(&I))
4548 assert(E->isOpcodeOrAlt(OpInst) && "Unexpected main/alternate opcode");

Completed in 137 milliseconds