Searched refs:LogicI (Results 1 – 1 of 1) sorted by relevance
681 else if (Instruction *LogicI = dyn_cast<Instruction>(I->getOperand(0))) in getCmpOpsType() local682 if (LogicI->getNumOperands() == 2) in getCmpOpsType()683 if (CmpInst *CI0 = dyn_cast<CmpInst>(LogicI->getOperand(0))) in getCmpOpsType()684 if (isa<CmpInst>(LogicI->getOperand(1))) in getCmpOpsType()