Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DReplaceConstant.cpp123 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths() local
124 NPath.push_back(CE4); in collectConstantExprPaths()
125 Stack.push_back(NPath); in collectConstantExprPaths()