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

/external/llvm/lib/VMCore/
H A DConstantFold.cpp1511 Constant *CE2Op0 = CE2->getOperand(0); local
1520 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) {
1521 if (CE1Op0 != CE2Op0) // Don't know relative ordering, but not equal
1854 Constant *CE2Op0 = CE2->getOperand(0); local
1856 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) {
1857 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType());
1858 return ConstantExpr::getICmp(pred, Inverse, CE2Op0);

Completed in 50 milliseconds