Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp253 ArrayRef<Constant*> VectorValue(TempValues); in getRandomValue() local
254 return ConstantVector::get(VectorValue); in getRandomValue()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp202 const auto *VectorValue = cast<Constant>(StepVec); in TEST_F() local
204 EXPECT_TRUE(isa<ConstantInt>(VectorValue->getAggregateElement(i))); in TEST_F()
205 ConstantInt *El = cast<ConstantInt>(VectorValue->getAggregateElement(i)); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h829 const auto *VectorValue = cast<Constant>(Val); in minRequiredElementSize() local
845 dyn_cast<ConstantInt>(VectorValue->getAggregateElement(i))) { in minRequiredElementSize()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp913 Value *VectorValue = State.get(getOperand(0), Part); in execute() local
914 InsertElementInst *IEI = cast<InsertElementInst>(VectorValue); in execute()
H A DLoopVectorize.cpp2495 Value *VectorValue = State.get(Def, Instance.Part); in packScalarIntoVectorValue() local
2496 VectorValue = Builder.CreateInsertElement( in packScalarIntoVectorValue()
2497 VectorValue, ScalarInst, in packScalarIntoVectorValue()
2499 State.set(Def, VectorValue, Instance.Part); in packScalarIntoVectorValue()
9810 Value *VectorValue = nullptr; in get() local
9812 VectorValue = ILV->getBroadcastInstrs(ScalarValue); in get()
9813 set(Def, VectorValue, Part); in get()
9821 VectorValue = get(Def, Part); in get()
9824 return VectorValue; in get()