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

  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.cpp 558 unsigned FullOffset = CFAOffset + StackAdjust;
559 if ((FullOffset & 0xFF) == FullOffset) {
562 CompactUnwindEncoding |= (FullOffset & 0xFF) << 16;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 458 uint64_t FullOffset = C->getValue()->getZExtValue();
459 if (FullOffset < SL.getSizeInBytes()) {
460 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
465 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
    [all...]

Completed in 635 milliseconds