Home
last modified time | relevance | path

Searched refs:x_value (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/var_path/
H A DTestVarPath.py23 def verify_point(self, frame, var_name, var_typename, x_value, y_value): argument
44 …self.assertEquals(v.GetValue(), str(x_value), "Make sure '%s' has a value of %i" % (valid_x_path,
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dextloadv.ll4 define void @foo(float* nocapture readonly %x_value, double* nocapture %output) #0 {
5 %1 = bitcast float* %x_value to <4 x float>*