Searched refs:PtrRtCheck (Results 1 – 1 of 1) sorted by relevance
579 RuntimePointerCheck *getRuntimePointerCheck() { return &PtrRtCheck; } in getRuntimePointerCheck()662 RuntimePointerCheck PtrRtCheck; member in __anon0a8ab5060111::LoopVectorizationLegality1410 LoopVectorizationLegality::RuntimePointerCheck *PtrRtCheck = in addRuntimeCheck() local1413 if (!PtrRtCheck->Need) in addRuntimeCheck()1416 unsigned NumPointers = PtrRtCheck->Pointers.size(); in addRuntimeCheck()1424 Value *Ptr = PtrRtCheck->Pointers[i]; in addRuntimeCheck()1439 Value *Start = Exp.expandCodeFor(PtrRtCheck->Starts[i], PtrArithTy, Loc); in addRuntimeCheck()1440 Value *End = Exp.expandCodeFor(PtrRtCheck->Ends[i], PtrArithTy, Loc); in addRuntimeCheck()1452 if (!PtrRtCheck->IsWritePtr[i] && !PtrRtCheck->IsWritePtr[j]) in addRuntimeCheck()1456 if (PtrRtCheck->DependencySetId[i] == PtrRtCheck->DependencySetId[j]) in addRuntimeCheck()[all …]