Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp1561 const Constant *CE2Op0 = cast<Constant>(CE2GEP->getPointerOperand()); in evaluateICmpRelation() local
1562 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) { in evaluateICmpRelation()
1564 if (CE1Op0 != CE2Op0) { in evaluateICmpRelation()
1567 cast<GlobalValue>(CE2Op0)); in evaluateICmpRelation()
1878 Constant *CE2Op0 = CE2->getOperand(0); in ConstantFoldCompareInstruction() local
1880 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy() && in ConstantFoldCompareInstruction()
1881 !CE2Op0->getType()->isFPOrFPVectorTy()) { in ConstantFoldCompareInstruction()
1882 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); in ConstantFoldCompareInstruction()
1883 return ConstantExpr::getICmp(Predicate, Inverse, CE2Op0); in ConstantFoldCompareInstruction()