Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp3114 bool CreateGather = !isConsecutive(); in execute() local
3126 Value *Addr = State.get(getAddr(), /*IsScalar*/ !CreateGather); in execute()
3128 if (CreateGather) { in execute()
3169 bool CreateGather = !isConsecutive(); in execute() local
3174 Value *Addr = State.get(getAddr(), !CreateGather); in execute()
3184 if (CreateGather) { in execute()