Searched refs:CE1Op0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp1505 Constant *CE1Op0 = CE1->getOperand(0); local
1526 return evaluateICmpRelation(CE1Op0,
1527 Constant::getNullValue(CE1Op0->getType()),
1539 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CE1Op0)) {
1548 } else if (isa<ConstantPointerNull>(CE1Op0)) {
1560 if (isa<ConstantPointerNull>(CE1Op0)) {
1569 } else if (const GlobalValue *GV = dyn_cast<GlobalValue>(CE1Op0)) {
1596 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) {
1598 if (CE1Op0 != CE2Op0) {
1601 return areGlobalsPotentiallyEqual(cast<GlobalValue>(CE1Op0),
1958 Constant *CE1Op0 = CE1->getOperand(0); local
[all...]

Completed in 21 milliseconds