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

  /external/clang/include/clang/Edit/
FileOffset.h 32 FileOffset NewOffs = *this;
33 NewOffs.Offs += offset;
34 return NewOffs;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 556 int64_t NewOffs = Offset / (int64_t)VariableScale;
557 if (Offset != NewOffs*(int64_t)VariableScale)
565 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs);
    [all...]

Completed in 516 milliseconds