Searched refs:UncomputablePtr (Results 1 – 1 of 1) sorted by relevance
667 Value *&UncomputablePtr, bool ShouldCheckWrap = false);1041 Value *&UncomputablePtr, bool ShouldCheckWrap) { in canCheckPtrAtRT() argument1134 UncomputablePtr = Access.getPointer(); in canCheckPtrAtRT()2396 Value *UncomputablePtr = nullptr; in analyzeLoop() local2399 SymbolicStrides, UncomputablePtr, false); in analyzeLoop()2401 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()2430 UncomputablePtr = nullptr; in analyzeLoop()2432 *PtrRtChecking, SE, TheLoop, SymbolicStrides, UncomputablePtr, true); in analyzeLoop()2436 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()