Home
last modified time | relevance | path

Searched defs:PtrDiff (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp106 int64_t PtrDiff; in computeAliasing() local
H A DDAGCombiner.cpp21532 int64_t PtrDiff; in getStoreMergeCandidates() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp357 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec); in runOnLoop() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp227 TargetInfo::IntType PtrDiff = Target.getPtrDiffType(LangAS::Default); in getMemberPointerInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp110 ptrdiff_t PtrDiff = Ptr - BufStart; in getLineNumberSpecialized() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp119 int64_t PtrDiff; in aliasIsKnownForLoadStore() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp351 const SCEV *PtrDiff = SE.getMinusSCEV(AccessEnd, AccessStart); in isDereferenceableAndAlignedInLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3453 Value *PtrDiff = B.CreatePtrDiff(B.getInt8Ty(), V, Dest); in optimizeSPrintFString() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2467 Value *PtrDiff = Builder.CreatePtrDiff( in shuffleAndStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18935 using PtrDiff = std::pair<std::variant<int64_t, SDValue>, bool>; in performCONCAT_VECTORSCombine() typedef