Lines Matching refs:CE1Op0
1518 Constant *CE1Op0 = CE1->getOperand(0); in evaluateICmpRelation() local
1534 if (CE1Op0->getType()->isFloatingPointTy()) in evaluateICmpRelation()
1543 return evaluateICmpRelation(CE1Op0, in evaluateICmpRelation()
1544 Constant::getNullValue(CE1Op0->getType()), in evaluateICmpRelation()
1556 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CE1Op0)) { in evaluateICmpRelation()
1565 } else if (isa<ConstantPointerNull>(CE1Op0)) { in evaluateICmpRelation()
1577 if (isa<ConstantPointerNull>(CE1Op0)) { in evaluateICmpRelation()
1586 } else if (const GlobalValue *GV = dyn_cast<GlobalValue>(CE1Op0)) { in evaluateICmpRelation()
1613 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) { in evaluateICmpRelation()
1615 if (CE1Op0 != CE2Op0) { in evaluateICmpRelation()
1618 return areGlobalsPotentiallyEqual(cast<GlobalValue>(CE1Op0), in evaluateICmpRelation()
1975 Constant *CE1Op0 = CE1->getOperand(0); in ConstantFoldCompareInstruction() local
1976 Constant *CE1Inverse = ConstantExpr::getTrunc(CE1, CE1Op0->getType()); in ConstantFoldCompareInstruction()
1977 if (CE1Inverse == CE1Op0) { in ConstantFoldCompareInstruction()
1979 Constant *C2Inverse = ConstantExpr::getTrunc(C2, CE1Op0->getType()); in ConstantFoldCompareInstruction()