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