Searched refs:InitConst (Results 1 – 1 of 1) sorted by relevance
524 ConstantInt *InitConst = dyn_cast<ConstantInt>(CntInitVal); in transform() local525 if (!InitConst || !InitConst->isZero()) { in transform()