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