Home
last modified time | relevance | path

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

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