Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1191 Value *StrippedBaseI = I; in getNodeForInc() local
1192 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()