HomeSort by relevance Sort by last modified time
    Searched refs:FullOffset (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 441 uint64_t FullOffset = C->getValue()->getZExtValue();
442 if (FullOffset < SL.getSizeInBytes()) {
443 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
448 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 558 unsigned FullOffset = CFAOffset + StackAdjust;
559 if ((FullOffset & 0xFF) == FullOffset) {
562 CompactUnwindEncoding |= (FullOffset & 0xFF) << 16;
    [all...]

Completed in 204 milliseconds