Searched refs:CEY (Results 1 – 1 of 1) sorted by relevance
13705 Expr *CEY = DY->getCountExpr(); in getCommonSugarTypeNode() local13707 if (Ctx.hasSameExpr(CEX, CEY)) in getCommonSugarTypeNode()13711 if (!CEX->isIntegerConstantExpr(Ctx) || !CEY->isIntegerConstantExpr(Ctx)) in getCommonSugarTypeNode()13716 llvm::APSInt VY = *CEY->getIntegerConstantExpr(Ctx); in getCommonSugarTypeNode()