Searched refs:LowHalf (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 560 ConstantRange LowHalf(APInt(8, 0), APInt(8, 128)); in TEST() local 564 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_NE, LowHalf), in TEST() 569 LowHalf); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 644 ConstantRange LowHalf(APInt(8, 0), APInt(8, 128)); in TEST() local 648 EXPECT_EQ(ConstantRange::makeSatisfyingICmpRegion(ICmpInst::ICMP_NE, LowHalf), in TEST() 653 LowHalf); in TEST()
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1583 class LowHalf : public SetTheory::Operator { in emitDagShuffle() class 1652 ST.addOperator("lowhalf", llvm::make_unique<LowHalf>()); in emitDagShuffle()
|