Searched refs:NewOffs (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Edit/
H A DFileOffset.h32 FileOffset NewOffs = *this; local
33 NewOffs.Offs += offset;
34 return NewOffs;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp590 int64_t NewOffs = Offset / (int64_t)VariableScale; local
591 if (Offset != NewOffs*(int64_t)VariableScale)
598 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs);

Completed in 93 milliseconds