Lines Matching refs:CE2
1626 ConstantExpr *CE2 = cast<ConstantExpr>(V2); in evaluateICmpRelation() local
1627 Constant *CE2Op0 = CE2->getOperand(0); in evaluateICmpRelation()
1631 switch (CE2->getOpcode()) { in evaluateICmpRelation()
1639 GEPOperator *CE2GEP = cast<GEPOperator>(CE2); in evaluateICmpRelation()
1655 !CE2->isGEPWithNoNotionalOverIndexing()) in evaluateICmpRelation()
1660 for (;i != CE1->getNumOperands() && i != CE2->getNumOperands(); in evaluateICmpRelation()
1663 CE2->getOperand(i), GTI.getIndexedType())) { in evaluateICmpRelation()
1679 for (; i < CE2->getNumOperands(); ++i) in evaluateICmpRelation()
1680 if (!CE2->getOperand(i)->isNullValue()) { in evaluateICmpRelation()
1681 if (isa<ConstantInt>(CE2->getOperand(i))) in evaluateICmpRelation()
2022 if (ConstantExpr *CE2 = dyn_cast<ConstantExpr>(C2)) { in ConstantFoldCompareInstruction() local
2023 Constant *CE2Op0 = CE2->getOperand(0); in ConstantFoldCompareInstruction()
2024 if (CE2->getOpcode() == Instruction::BitCast && in ConstantFoldCompareInstruction()
2025 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy() && in ConstantFoldCompareInstruction()