Searched refs:StrippedBaseI (Results 1 – 1 of 1) sorted by relevance
1184 Value *StrippedBaseI = I; in getNodeForInc() local1185 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBaseI)) in getNodeForInc()1186 StrippedBaseI = BC->getOperand(0); in getNodeForInc()1188 Instruction *StrippedI = dyn_cast<Instruction>(StrippedBaseI); in getNodeForInc()