Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp720 Value *GeneratedValue = generatePerLane(State, VPIteration(Part, Lane)); in execute() local
721 assert(GeneratedValue && "generatePerLane must produce a value"); in execute()
722 State.set(this, GeneratedValue, VPIteration(Part, Lane)); in execute()
734 Value *GeneratedValue = generatePerPart(State, Part); in execute() local
737 assert(GeneratedValue && "generatePerPart must produce a value"); in execute()
738 assert((GeneratedValue->getType()->isVectorTy() == in execute()
742 State.set(this, GeneratedValue, Part, in execute()