Lines Matching refs:CE2
1603 ConstantExpr *CE2 = cast<ConstantExpr>(V2); in evaluateICmpRelation() local
1604 Constant *CE2Op0 = CE2->getOperand(0); in evaluateICmpRelation()
1608 switch (CE2->getOpcode()) { in evaluateICmpRelation()
1616 GEPOperator *CE2GEP = cast<GEPOperator>(CE2); in evaluateICmpRelation()
1632 !CE2->isGEPWithNoNotionalOverIndexing()) in evaluateICmpRelation()
1637 for (;i != CE1->getNumOperands() && i != CE2->getNumOperands(); in evaluateICmpRelation()
1640 CE2->getOperand(i), GTI.getIndexedType())) { in evaluateICmpRelation()
1656 for (; i < CE2->getNumOperands(); ++i) in evaluateICmpRelation()
1657 if (!CE2->getOperand(i)->isNullValue()) { in evaluateICmpRelation()
1658 if (isa<ConstantInt>(CE2->getOperand(i))) in evaluateICmpRelation()
1960 if (ConstantExpr *CE2 = dyn_cast<ConstantExpr>(C2)) { in ConstantFoldCompareInstruction() local
1961 Constant *CE2Op0 = CE2->getOperand(0); in ConstantFoldCompareInstruction()
1962 if (CE2->getOpcode() == Instruction::BitCast && in ConstantFoldCompareInstruction()
1963 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) { in ConstantFoldCompareInstruction()