Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp287 Value *applyExts(Value *V);
570 Value *ConstantOffsetExtractor::applyExts(Value *V) { in applyExts() function in ConstantOffsetExtractor
609 return UserChain[ChainIndex] = cast<ConstantInt>(applyExts(U)); in distributeExtsAndCloneChain()
624 Value *TheOther = applyExts(BO->getOperand(1 - OpNo)); in distributeExtsAndCloneChain()