Searched refs:C2Inverse (Results 1 – 1 of 1) sorted by relevance
1859 Constant *C2Inverse = ConstantExpr::getTrunc(C2, CE1Op0->getType()); in ConstantFoldCompareInstruction() local1860 if (ConstantExpr::getZExt(C2Inverse, C2->getType()) == C2) { in ConstantFoldCompareInstruction()1861 return ConstantExpr::getICmp(pred, CE1Inverse, C2Inverse); in ConstantFoldCompareInstruction()