Home
last modified time | relevance | path

Searched refs:getLShr (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/devel/llvm80/llvm-8.0.1.src/unittests/IR/
H A DConstantsTest.cpp67 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
259 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/IR/
H A DConstantsTest.cpp67 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One));
258 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR);
259 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR);
/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
257 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
257 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
257 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
257 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
257 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
257 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
259 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
258 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
259 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Poison, ConstantExpr::getLShr(One, One)); in TEST()
255 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
256 CHECK(ConstantExpr::getLShr(P0, P0, true), in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Poison, ConstantExpr::getLShr(One, One)); in TEST()
255 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
256 CHECK(ConstantExpr::getLShr(P0, P0, true), in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Poison, ConstantExpr::getLShr(One, One)); in TEST()
255 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
256 CHECK(ConstantExpr::getLShr(P0, P0, true), in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Poison, ConstantExpr::getLShr(One, One)); in TEST()
255 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
256 CHECK(ConstantExpr::getLShr(P0, P0, true), in TEST()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Poison, ConstantExpr::getLShr(One, One)); in TEST()
255 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
256 CHECK(ConstantExpr::getLShr(P0, P0, true), in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantsTest.cpp66 EXPECT_EQ(Poison, ConstantExpr::getLShr(One, One)); in TEST()
255 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR); in TEST()
256 CHECK(ConstantExpr::getLShr(P0, P0, true), in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DConstantFolder.h95 return ConstantExpr::getLShr(LHS, RHS, isExact);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Support/
H A DConstantFolder.h97 return ConstantExpr::getLShr(LHS, RHS); in CreateLShr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h95 return ConstantExpr::getLShr(LHS, RHS, isExact);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h95 return ConstantExpr::getLShr(LHS, RHS, isExact);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DConstantFolder.h95 return ConstantExpr::getLShr(LHS, RHS, isExact);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DConstantFolder.h96 return ConstantExpr::getLShr(LHS, RHS, isExact);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DConstantFolder.h96 return ConstantExpr::getLShr(LHS, RHS, isExact);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DConstantFolder.h98 return ConstantExpr::getLShr(LHS, RHS, isExact);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DConstantFolder.h98 return ConstantExpr::getLShr(LHS, RHS, isExact);

12345678