Home
last modified time | relevance | path

Searched refs:StrippedBaseI (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1184 Value *StrippedBaseI = I; in getNodeForInc() local
1185 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()