HomeSort by relevance Sort by last modified time
    Searched refs:DestroyingVH (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/IR/
ValueHandleTest.cpp 344 class DestroyingVH final : public CallbackVH {
347 DestroyingVH(Value *V) {
365 DestroyingVH C(BitcastV.get());
375 DestroyingVH C(BitcastV.get());
  /external/swiftshader/third_party/LLVM/unittests/Support/
ValueHandleTest.cpp 340 class DestroyingVH : public CallbackVH {
343 DestroyingVH(Value *V) {
361 DestroyingVH C(BitcastV.get());
371 DestroyingVH C(BitcastV.get());

Completed in 937 milliseconds