Searched refs:FullOffset (Results 1 – 3 of 3) sorted by relevance
558 unsigned FullOffset = CFAOffset + StackAdjust; in getCompactUnwindEncoding() local559 if ((FullOffset & 0xFF) == FullOffset) { in getCompactUnwindEncoding()562 CompactUnwindEncoding |= (FullOffset & 0xFF) << 16; in getCompactUnwindEncoding()
441 uint64_t FullOffset = C->getValue()->getZExtValue(); in expandAddToGEP() local442 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()443 unsigned ElIdx = SL.getElementContainingOffset(FullOffset); in expandAddToGEP()448 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx)); in expandAddToGEP()
458 uint64_t FullOffset = C->getValue()->getZExtValue(); in expandAddToGEP() local459 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()460 unsigned ElIdx = SL.getElementContainingOffset(FullOffset); in expandAddToGEP()465 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx)); in expandAddToGEP()