Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp310 Value *applyExts(Value *V);
659 Value *ConstantOffsetExtractor::applyExts(Value *V) { in applyExts() function in ConstantOffsetExtractor
699 return UserChain[ChainIndex] = cast<ConstantInt>(applyExts(U)); in distributeExtsAndCloneChain()
715 Value *TheOther = applyExts(BO->getOperand(1 - OpNo)); in distributeExtsAndCloneChain()