Searched refs:DefaultConst (Results 1 – 2 of 2) sorted by relevance
4766 Constant *DefaultConst = ConstantExpr::getICmp(CmpInst->getPredicate(), in reuseTableCompare() local4768 if (DefaultConst != TrueConst && DefaultConst != FalseConst) in reuseTableCompare()4776 if (!CaseConst || CaseConst == DefaultConst) in reuseTableCompare()4793 if (DefaultConst == FalseConst) { in reuseTableCompare()
5190 Constant *DefaultConst = ConstantExpr::getICmp(CmpInst->getPredicate(), in reuseTableCompare() local5192 if (DefaultConst != TrueConst && DefaultConst != FalseConst) in reuseTableCompare()5200 if (!CaseConst || CaseConst == DefaultConst || isa<UndefValue>(CaseConst)) in reuseTableCompare()5217 if (DefaultConst == FalseConst) { in reuseTableCompare()