Lines Matching refs:parseConstantValue
76 V = parseConstantValue("double 3.5", Error, M); in TEST()
82 V = parseConstantValue("i32 42", Error, M); in TEST()
88 V = parseConstantValue("<4 x i32> <i32 0, i32 1, i32 2, i32 3>", Error, M); in TEST()
93 V = parseConstantValue("i32 add (i32 1, i32 2)", Error, M); in TEST()
97 V = parseConstantValue("i8* blockaddress(@test, %entry)", Error, M); in TEST()
101 V = parseConstantValue("i8** undef", Error, M); in TEST()
105 EXPECT_FALSE(parseConstantValue("duble 3.25", Error, M)); in TEST()
108 EXPECT_FALSE(parseConstantValue("i32 3.25", Error, M)); in TEST()
111 EXPECT_FALSE(parseConstantValue("i32* @foo", Error, M)); in TEST()
114 EXPECT_FALSE(parseConstantValue("i32 3, ", Error, M)); in TEST()
141 V = parseConstantValue("i32* getelementptr inbounds ([50 x %st], [50 x %st]* " in TEST()
147 V = parseConstantValue("i32* getelementptr inbounds ([50 x %0], [50 x %0]* " in TEST()