Searched refs:UncomputablePtr (Results 1 – 1 of 1) sorted by relevance
708 Value *&UncomputablePtr, bool ShouldCheckWrap = false);1130 Value *&UncomputablePtr, bool ShouldCheckWrap) { in canCheckPtrAtRT() argument1222 UncomputablePtr = Access.getPointer(); in canCheckPtrAtRT()2627 Value *UncomputablePtr = nullptr; in analyzeLoop() local2630 SymbolicStrides, UncomputablePtr, false); in analyzeLoop()2632 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()2659 UncomputablePtr = nullptr; in analyzeLoop()2661 *PtrRtChecking, SE, TheLoop, SymbolicStrides, UncomputablePtr, true); in analyzeLoop()2665 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()