Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp569 void visitConstantExprsRecursively(const Constant *EntryC);
2200 void Verifier::visitConstantExprsRecursively(const Constant *EntryC) { in visitConstantExprsRecursively() argument
2201 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
2205 Stack.push_back(EntryC); in visitConstantExprsRecursively()
2218 EntryC, &M, GV, GV->getParent()); in visitConstantExprsRecursively()