OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PtrDiff
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGAddressAnalysis.cpp
97
int64_t
PtrDiff
;
99
BasePtr0.equalBaseIndex(BasePtr1, DAG,
PtrDiff
)) {
103
// BasePtr1 is
PtrDiff
away from BasePtr0. They alias if none of the
105
if (
PtrDiff
>= 0 &&
109
// ========
PtrDiff
========>
110
IsAlias = !(*NumBytes0 <=
PtrDiff
);
113
if (
PtrDiff
< 0 &&
117
// =====(-
PtrDiff
)====>
118
IsAlias = !((
PtrDiff
+ *NumBytes1) <= 0);
DAGCombiner.cpp
16988
int64_t
PtrDiff
;
16989
if (CandidateMatch(OtherStore, Ptr,
PtrDiff
) &&
16991
StoreNodes.push_back(MemOpLink(OtherStore,
PtrDiff
));
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp
196
TargetInfo::IntType
PtrDiff
= Target.getPtrDiffType(0);
198
MPI.Width = Target.getTypeWidth(
PtrDiff
);
199
MPI.Align = Target.getTypeAlign(
PtrDiff
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp
247
/// \param
PtrDiff
the known constant address difference to the first added
250
int64_t
PtrDiff
= 0) {
264
if (isa<StoreInst>(I) &&
PtrDiff
== 0)
350
const SCEV *
PtrDiff
= SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec);
352
dyn_cast<SCEVConstant>(
PtrDiff
)) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp
98
ptrdiff_t
PtrDiff
= Ptr - BufStart;
99
assert(
PtrDiff
>= 0 &&
100
static_cast<size_t>(
PtrDiff
) <= std::numeric_limits<T>::max());
101
T PtrOffset = static_cast<T>(
PtrDiff
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
2522
Value *
PtrDiff
= B.CreatePtrDiff(V, CI->getArgOperand(0));
2523
return B.CreateIntCast(
PtrDiff
, CI->getType(), false);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
2367
llvm::Value *
PtrDiff
= Bld.CreatePtrDiff(
2370
Bld.CreateCondBr(Bld.CreateICmpSGT(
PtrDiff
, Bld.getInt64(IntSize - 1)),
Completed in 96 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026