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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp311 Value *applyExts(Value *V);
615 Value *ConstantOffsetExtractor::applyExts(Value *V) { function in class:ConstantOffsetExtractor
653 // If U is a ConstantInt, applyExts will return a ConstantInt as well.
654 return UserChain[ChainIndex] = cast<ConstantInt>(applyExts(U));
670 Value *TheOther = applyExts(BO->getOperand(1 - OpNo));

Completed in 107 milliseconds