Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp105 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths() local
106 NPath.push_back(CE4); in collectConstantExprPaths()
107 Stack.push_back(NPath); in collectConstantExprPaths()