Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp427 void visitConstantExprsRecursively(const Constant *EntryC);
1497 void Verifier::visitConstantExprsRecursively(const Constant *EntryC) { in visitConstantExprsRecursively() argument
1498 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
1502 Stack.push_back(EntryC); in visitConstantExprsRecursively()