Lines Matching refs:CE2
1580 ConstantExpr *CE2 = cast<ConstantExpr>(V2); in evaluateICmpRelation() local
1581 Constant *CE2Op0 = CE2->getOperand(0); in evaluateICmpRelation()
1585 switch (CE2->getOpcode()) { in evaluateICmpRelation()
1593 GEPOperator *CE2GEP = cast<GEPOperator>(CE2); in evaluateICmpRelation()
1609 !CE2->isGEPWithNoNotionalOverIndexing()) in evaluateICmpRelation()
1614 for (;i != CE1->getNumOperands() && i != CE2->getNumOperands(); in evaluateICmpRelation()
1617 CE2->getOperand(i), GTI.getIndexedType())) { in evaluateICmpRelation()
1633 for (; i < CE2->getNumOperands(); ++i) in evaluateICmpRelation()
1634 if (!CE2->getOperand(i)->isNullValue()) { in evaluateICmpRelation()
1635 if (isa<ConstantInt>(CE2->getOperand(i))) in evaluateICmpRelation()
1936 if (ConstantExpr *CE2 = dyn_cast<ConstantExpr>(C2)) { in ConstantFoldCompareInstruction() local
1937 Constant *CE2Op0 = CE2->getOperand(0); in ConstantFoldCompareInstruction()
1938 if (CE2->getOpcode() == Instruction::BitCast && in ConstantFoldCompareInstruction()
1939 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) { in ConstantFoldCompareInstruction()