Searched defs:WVH (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; } argument
175 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; } argument
234 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; } argument
239 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) { argument

Completed in 104 milliseconds