Searched refs:EntryC (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp602 void visitConstantExprsRecursively(const Constant *EntryC);
2330 void Verifier::visitConstantExprsRecursively(const Constant *EntryC) { argument
2331 if (!ConstantExprVisited.insert(EntryC).second)
2335 Stack.push_back(EntryC);
2348 EntryC, &M, GV, GV->getParent());

Completed in 70 milliseconds