Searched refs:CE2Op0 (Results 1 – 2 of 2) sorted by relevance
1604 Constant *CE2Op0 = CE2->getOperand(0); in evaluateICmpRelation() local1613 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) { in evaluateICmpRelation()1615 if (CE1Op0 != CE2Op0) { in evaluateICmpRelation()1619 cast<GlobalValue>(CE2Op0)); in evaluateICmpRelation()1961 Constant *CE2Op0 = CE2->getOperand(0); in ConstantFoldCompareInstruction() local1963 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) { in ConstantFoldCompareInstruction()1964 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); in ConstantFoldCompareInstruction()1965 return ConstantExpr::getICmp(pred, Inverse, CE2Op0); in ConstantFoldCompareInstruction()
1771 Constant *CE2Op0 = CE2->getOperand(0); in evaluateICmpRelation() local1780 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) { in evaluateICmpRelation()1781 if (CE1Op0 != CE2Op0) // Don't know relative ordering, but not equal in evaluateICmpRelation()2113 Constant *CE2Op0 = CE2->getOperand(0); in ConstantFoldCompareInstruction() local2115 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) { in ConstantFoldCompareInstruction()2116 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); in ConstantFoldCompareInstruction()2117 return ConstantExpr::getICmp(pred, Inverse, CE2Op0); in ConstantFoldCompareInstruction()