Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp106 int64_t PtrDiff; in computeAliasing() local
H A DDAGCombiner.cpp20518 int64_t PtrDiff; in getStoreMergeCandidates() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp228 TargetInfo::IntType PtrDiff = Target.getPtrDiffType(LangAS::Default); in getMemberPointerInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp358 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec); in runOnLoop() 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.cpp122 int64_t PtrDiff; in aliasIsKnownForLoadStore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3341 Value *PtrDiff = B.CreatePtrDiff(B.getInt8Ty(), V, Dest); in optimizeSPrintFString() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2333 Value *PtrDiff = Builder.CreatePtrDiff( in shuffleAndStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16196 using PtrDiff = std::pair<std::variant<int64_t, SDValue>, bool>; performCONCAT_VECTORSCombine() typedef