Searched refs:CE2Op0 (Results 1 – 1 of 1) sorted by relevance
1627 Constant *CE2Op0 = CE2->getOperand(0); in evaluateICmpRelation() local1636 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) { in evaluateICmpRelation()1638 if (CE1Op0 != CE2Op0) { in evaluateICmpRelation()1642 cast<GlobalValue>(CE2Op0)); in evaluateICmpRelation()2023 Constant *CE2Op0 = CE2->getOperand(0); in ConstantFoldCompareInstruction() local2025 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy() && in ConstantFoldCompareInstruction()2026 !CE2Op0->getType()->isFPOrFPVectorTy()) { in ConstantFoldCompareInstruction()2027 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); in ConstantFoldCompareInstruction()2028 return ConstantExpr::getICmp(pred, Inverse, CE2Op0); in ConstantFoldCompareInstruction()