Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2801 Instruction *IVOpInst = cast<Instruction>(*IVOpIter); in CollectChains() local
2802 if (UniqueOperands.insert(IVOpInst).second) in CollectChains()
2803 ChainInstruction(I, IVOpInst, ChainUsersVec); in CollectChains()