Searched defs:PtrDiff (Results 1 – 9 of 9) sorted by relevance
107 if (BasePtr0.equalBaseIndex(BasePtr1, DAG, PtrDiff)) { in computeAliasing() local
20159 int64_t PtrDiff; getStoreMergeCandidates() local [all...]
228 TargetInfo::IntType PtrDiff = Target.getPtrDiffType(LangAS::Default); in getMemberPointerInfo() local
358 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec); in runOnLoop() local
110 ptrdiff_t PtrDiff = Ptr - BufStart; in getLineNumberSpecialized() local
122 int64_t PtrDiff; in aliasIsKnownForLoadStore() local
1513 llvm::Value *PtrDiff = Bld.CreatePtrDiff( shuffleAndStore() local
3107 Value *PtrDiff = B.CreatePtrDiff(B.getInt8Ty(), V, Dest); optimizeSPrintFString() local
14855 using PtrDiff = std::pair<std::variant<int64_t, SDValue>, bool>; performCONCAT_VECTORSCombine() typedef