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