Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp567 void visitConstantExprsRecursively(const Constant *EntryC);
2158 void Verifier::visitConstantExprsRecursively(const Constant *EntryC) { in visitConstantExprsRecursively() argument
2159 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
2163 Stack.push_back(EntryC); in visitConstantExprsRecursively()
2176 EntryC, &M, GV, GV->getParent()); in visitConstantExprsRecursively()