Home
last modified time | relevance | path

Searched refs:CE2Op0 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DConstantFold.cpp1604 Constant *CE2Op0 = CE2->getOperand(0); in evaluateICmpRelation() local
1613 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() local
1963 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()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1771 Constant *CE2Op0 = CE2->getOperand(0); in evaluateICmpRelation() local
1780 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() local
2115 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()