Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1104 const Constant *CE2Op0 = cast<Constant>(CE2GEP->getPointerOperand()); in evaluateICmpRelation() local
1105 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) { in evaluateICmpRelation()
1107 if (CE1Op0 != CE2Op0) { in evaluateICmpRelation()
1110 cast<GlobalValue>(CE2Op0)); in evaluateICmpRelation()