Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp1432 ConstantRange HighHalf(APInt(8, 128), APInt(8, 0)); in TEST() local
1436 HighHalf); in TEST()
1439 ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_NE, HighHalf), in TEST()
1443 HighHalf).isEmptySet()); in TEST()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DNeonEmitter.cpp1575 class HighHalf : public SetTheory::Operator { in emitDagShuffle() class
1640 ST.addOperator("highhalf", std::make_unique<HighHalf>()); in emitDagShuffle()