Searched refs:OrOp1Inst (Results 1 – 1 of 1) sorted by relevance
225 VPInstruction *OrOp1Inst = cast<VPInstruction>(Or->getOperand(1)); in TEST_F() local228 if (((OrOp0Inst == And) && (OrOp1Inst == NotAnd)) || in TEST_F()229 ((OrOp0Inst == NotAnd) && (OrOp1Inst == And))) in TEST_F()