Searched refs:HighHalf (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 561 ConstantRange HighHalf(APInt(8, 128), APInt(8, 0)); in TEST() local 565 HighHalf); in TEST() 568 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_NE, HighHalf), in TEST() 572 HighHalf).isEmptySet()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 645 ConstantRange HighHalf(APInt(8, 128), APInt(8, 0)); in TEST() local 649 HighHalf); in TEST() 652 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_NE, HighHalf), in TEST() 656 HighHalf).isEmptySet()); in TEST()
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1592 class HighHalf : public SetTheory::Operator { in emitDagShuffle() class 1653 ST.addOperator("highhalf", llvm::make_unique<HighHalf>()); in emitDagShuffle()
|