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.cpp256 if (hasScalarValue(Def, Lane)) in get()
260 hasScalarValue(Def, VPLane::getFirstLane())) { in get()
288 (hasScalarValue(Def, VPLane(0)) && in get()
323 if (!hasScalarValue(Def, {0})) { in get()
343 if (!hasScalarValue(Def, LastLane)) { in get()
H A DVPlanHelpers.h240 bool hasScalarValue(const VPValue *Def, VPLane Lane) { in hasScalarValue() function
H A DVPlanRecipes.cpp3049 if (State.hasScalarValue(this, *State.Lane)) in execute()