Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp622 void visitConstantExprsRecursively(const Constant *EntryC);
2434 void Verifier::visitConstantExprsRecursively(const Constant *EntryC) { in visitConstantExprsRecursively() argument
2435 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
2439 Stack.push_back(EntryC); in visitConstantExprsRecursively()
2455 EntryC, &M, GV, GV->getParent()); in visitConstantExprsRecursively()