Searched refs:SignedSample (Results 1 – 1 of 1) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 552 ConstantRange SignedSample(APInt(8, -5), APInt(8, 5)); in TEST() local 555 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SLT, SignedSample), in TEST() 559 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SLE, SignedSample), in TEST() 563 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SGT, SignedSample), in TEST() 567 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_SGE, SignedSample), in TEST()
|