Home
last modified time | relevance | path

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

/external/clang/include/clang/Edit/
DFileOffset.h32 FileOffset NewOffs = *this; in getWithOffset() local
33 NewOffs.Offs += offset; in getWithOffset()
34 return NewOffs; in getWithOffset()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp593 int64_t NewOffs = Offset / (int64_t)VariableScale; in EvaluateGEPOffsetExpression() local
594 if (Offset != NewOffs*(int64_t)VariableScale) in EvaluateGEPOffsetExpression()
601 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs); in EvaluateGEPOffsetExpression()