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

/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 503 milliseconds