Home
last modified time | relevance | path

Searched defs:ConstCandVecType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h111 typedef std::vector<consthoist::ConstantCandidate> ConstCandVecType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h125 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable