Searched refs:IncInst (Results 1 – 2 of 2) sorted by relevance
305 Instruction *IncInst = dyn_cast<Instruction>(V); in optimizeLiveType() local307 if (!IncInst && !isa<ConstantAggregateZero>(V)) in optimizeLiveType()311 if (IncInst) in optimizeLiveType()312 Defs.insert(IncInst); in optimizeLiveType()
1919 if (Instruction *IncInst = dyn_cast<Instruction>(Inc)) in getSlicedVal() local1920 B.SetCurrentDebugLocation(IncInst->getDebugLoc()); in getSlicedVal()