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