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

/external/llvm/lib/IR/
H A DConstantFold.cpp1604 Constant *CE2Op0 = CE2->getOperand(0); local
1613 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) {
1615 if (CE1Op0 != CE2Op0) {
1619 cast<GlobalValue>(CE2Op0));
1961 Constant *CE2Op0 = CE2->getOperand(0); local
1963 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) {
1964 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType());
1965 return ConstantExpr::getICmp(pred, Inverse, CE2Op0);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp1771 Constant *CE2Op0 = CE2->getOperand(0); local
1780 if (isa<GlobalValue>(CE1Op0) && isa<GlobalValue>(CE2Op0)) {
1781 if (CE1Op0 != CE2Op0) // Don't know relative ordering, but not equal
2113 Constant *CE2Op0 = CE2->getOperand(0); local
2115 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy()) {
2116 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType());
2117 return ConstantExpr::getICmp(pred, Inverse, CE2Op0);

Completed in 82 milliseconds