Searched refs:StrippedBaseI (Results 1 – 1 of 1) sorted by relevance
1191 Value *StrippedBaseI = I; in getNodeForInc() local1192 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBaseI)) in getNodeForInc()1193 StrippedBaseI = BC->getOperand(0); in getNodeForInc()1195 Instruction *StrippedI = dyn_cast<Instruction>(StrippedBaseI); in getNodeForInc()