Searched refs:WVH (Results 1 – 2 of 2) sorted by relevance
170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }175 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }234 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }239 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {240 return WVH;
1178 for (const WeakTrackingVH &WVH : Postorder) { in rewriteWithNewAddressSpaces() local1179 assert(WVH && "value was unexpectedly deleted"); in rewriteWithNewAddressSpaces()1180 Value *V = WVH; in rewriteWithNewAddressSpaces()