Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
HDFileOffset.h32 FileOffset NewOffs = *this; in getWithOffset() local
33 NewOffs.Offs += offset; in getWithOffset()
34 return NewOffs; in getWithOffset()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp504 int64_t NewOffs = Offset / (int64_t)VariableScale; in evaluateGEPOffsetExpression() local
505 if (Offset != NewOffs*(int64_t)VariableScale) in evaluateGEPOffsetExpression()
512 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs); in evaluateGEPOffsetExpression()