Searched defs:ValueSelect (Results 1 – 1 of 1) sorted by relevance
7757 struct ValueSelect { struct7759 static std::enable_if_t<std::is_same_v<Value *, U>, Value *> get(Value *V) { in get()7763 static std::enable_if_t<!std::is_same_v<Value *, U>, U> get(Value *) { in get()