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

/external/llvm/lib/VMCore/
H A DConstantFold.cpp1430 Constant *CE1Op0 = CE1->getOperand(0); local
1451 return evaluateICmpRelation(CE1Op0,
1452 Constant::getNullValue(CE1Op0->getType()),
1463 if (const GlobalValue *GV = dyn_cast<GlobalValue>(CE1Op0)) {
1472 } else if (isa<ConstantPointerNull>(CE1Op0)) {
1484 if (isa<ConstantPointerNull>(CE1Op0)) {
1493 } else if (const GlobalValue *GV = dyn_cast<GlobalValue>(CE1Op0)) {
1520 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) {
1521 if (CE1Op0 != CE2Op0) // Don't know relative ordering, but not equal
1866 Constant *CE1Op0 local
[all...]

Completed in 275 milliseconds