Searched refs:AnyInt (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 317 {{"n1", AnyInt, Rank::scalar}, {"n2", AnyInt, Rank::scalar}, 324 {{"n1", AnyInt, Rank::scalar}, {"n2", AnyInt, Rank::scalar}, 345 {"btest", {{"i", AnyInt, Rank::elementalOrBOZ}, {"pos", AnyInt}}, 388 {"shift", AnyInt}}, 393 {"shift", AnyInt}}, 485 {"ibits", {{"i", SameInt}, {"pos", AnyInt}, {"len", AnyInt}}, SameInt}, 502 {{"i", SameInt}, {"shift", AnyInt}, 714 {{"p", AnyInt, Rank::scalar}, 720 {"r", AnyInt, Rank::scalar}, 1146 {{"from", SameInt}, {"frompos", AnyInt}, {"len", AnyInt}, [all …]
|
| /llvm-project-15.0.7/llvm/unittests/FuzzMutate/ |
| H A D | OperationsTest.cpp | 120 auto AnyInt = anyIntType(); in TEST() local 121 EXPECT_TRUE(AnyInt.matches({}, i1)); in TEST() 122 EXPECT_TRUE(AnyInt.matches({}, i64)); in TEST() 123 EXPECT_FALSE(AnyInt.matches({}, f32)); in TEST() 124 EXPECT_FALSE(AnyInt.matches({}, v4f16)); in TEST() 127 AnyInt.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 70 def AnyInt: ComplexPattern<i32, 1, "SelectAnyInt", [], []>; 250 def anyint: PatLeaf<(i32 AnyInt:$Imm)>;
|