Home
last modified time | relevance | path

Searched refs:VKnown (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1928 KnownBits VKnown = CurDAG->computeKnownBits(VAddr); in checkFlatScratchSVSSwizzleBug() local
1933 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug()
H A DAMDGPUInstructionSelector.cpp4539 auto VKnown = KB->getKnownBits(VAddr); in checkFlatScratchSVSSwizzleBug() local
4543 uint64_t VMax = VKnown.getMaxValue().getZExtValue(); in checkFlatScratchSVSSwizzleBug()