reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  310   Value *applyExts(Value *V);

References

lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  653     return UserChain[ChainIndex] = cast<ConstantInt>(applyExts(U));
  669   Value *TheOther = applyExts(BO->getOperand(1 - OpNo));