Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h1139 bool hasVF(unsigned VF) { return VFs.count(VF); } in hasVF() function
DLoopVectorize.cpp6366 return !Plan->hasVF(VF); in setBestPlan()