OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
590
int64_t
NewOffs
= Offset / (int64_t)VariableScale;
591
if (Offset !=
NewOffs
*(int64_t)VariableScale)
598
Constant *OffsetVal = ConstantInt::get(IntPtrTy,
NewOffs
);
[
all
...]
Completed in 2101 milliseconds