Home
last modified time | relevance | path

Searched refs:Range0 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-rnglists.s175 Range0_start: # Range0: 0x14 - 0x1c
H A Ddwarfdump-rnglists-dwarf64.s181 Range0_start: # Range0: 0x14 - 0x1c
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1638 auto Range0 = ConstantRange::makeExactICmpRegion(Cmp0->getPredicate(), *C0); in simplifyAndOrOfICmpsWithConstants() local
1643 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
1648 if (!IsAnd && Range0.unionWith(Range1).isFullSet()) in simplifyAndOrOfICmpsWithConstants()
1656 if (Range0.contains(Range1)) in simplifyAndOrOfICmpsWithConstants()
1658 if (Range1.contains(Range0)) in simplifyAndOrOfICmpsWithConstants()