Lines Matching refs:parseConstantValue
77 V = parseConstantValue("double 3.5", Error, M); in TEST()
83 V = parseConstantValue("i32 42", Error, M); in TEST()
89 V = parseConstantValue("<4 x i32> <i32 0, i32 1, i32 2, i32 3>", Error, M); in TEST()
94 V = parseConstantValue("i32 add (i32 1, i32 2)", Error, M); in TEST()
98 V = parseConstantValue("i8* blockaddress(@test, %entry)", Error, M); in TEST()
102 V = parseConstantValue("i8** undef", Error, M); in TEST()
106 EXPECT_FALSE(parseConstantValue("duble 3.25", Error, M)); in TEST()
109 EXPECT_FALSE(parseConstantValue("i32 3.25", Error, M)); in TEST()
112 EXPECT_FALSE(parseConstantValue("i32* @foo", Error, M)); in TEST()
115 EXPECT_FALSE(parseConstantValue("i32 3, ", Error, M)); in TEST()
142 V = parseConstantValue("i32* getelementptr inbounds ([50 x %st], [50 x %st]* " in TEST()
148 V = parseConstantValue("i32* getelementptr inbounds ([50 x %0], [50 x %0]* " in TEST()