Searched refs:UncomputablePtr (Results 1 – 1 of 1) sorted by relevance
705 Value *&UncomputablePtr, bool ShouldCheckWrap = false);1132 Value *&UncomputablePtr, bool ShouldCheckWrap) { in canCheckPtrAtRT() argument1226 UncomputablePtr = Access.getPointer(); in canCheckPtrAtRT()2555 Value *UncomputablePtr = nullptr; in analyzeLoop() local2558 SymbolicStrides, UncomputablePtr, false); in analyzeLoop()2560 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()2589 UncomputablePtr = nullptr; in analyzeLoop()2591 *PtrRtChecking, SE, TheLoop, SymbolicStrides, UncomputablePtr, true); in analyzeLoop()2595 auto *I = dyn_cast_or_null<Instruction>(UncomputablePtr); in analyzeLoop()