Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.cpp1976 Constant *CE1Inverse = ConstantExpr::getTrunc(CE1, CE1Op0->getType()); in ConstantFoldCompareInstruction() local
1977 if (CE1Inverse == CE1Op0) { in ConstantFoldCompareInstruction()
1982 return ConstantExpr::getICmp(pred, CE1Inverse, C2Inverse); in ConstantFoldCompareInstruction()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp2126 Constant *CE1Inverse = ConstantExpr::getTrunc(CE1, CE1Op0->getType()); in ConstantFoldCompareInstruction() local
2127 if (CE1Inverse == CE1Op0) { in ConstantFoldCompareInstruction()
2131 return ConstantExpr::getICmp(pred, CE1Inverse, C2Inverse); in ConstantFoldCompareInstruction()