Searched defs:GetValue (Results 1 – 4 of 4) sorted by relevance
144 MVT GetValue() const { in GetValue() function
30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0) macro
71 #define GetValue(ptr) ((ptr) ? ptr[0] : 0) macro
80 ValT GetValue(BlkT *BB) { in GetValue() function