Searched defs:StructOffset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1378 uint64_t StructOffset = Offset.getZExtValue(); local
1379 if (StructOffset >= SL->getSizeInBytes())
1381 unsigned Index = SL->getElementContainingOffset(StructOffset);

Completed in 43 milliseconds