Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp231 if (hasScalarValue(Def, Instance)) { in get()
237 hasScalarValue(Def, {Instance.Part, VPLane::getFirstLane()})) { in get()
258 (hasScalarValue(Def, VPIteration(Part, 0)) && in get()
289 if (!hasScalarValue(Def, {Part, 0})) { in get()
311 if (!hasScalarValue(Def, {Part, LastLane})) { in get()
H A DVPlanRecipes.cpp1992 if (State.hasScalarValue(this, *State.Instance)) in execute()
H A DVPlan.h295 bool hasScalarValue(VPValue *Def, VPIteration Instance) { in hasScalarValue() function