Searched refs:VectorValue (Results 1 – 5 of 5) sorted by relevance
253 ArrayRef<Constant*> VectorValue(TempValues); in getRandomValue() local254 return ConstantVector::get(VectorValue); in getRandomValue()
202 const auto *VectorValue = cast<Constant>(StepVec); in TEST_F() local204 EXPECT_TRUE(isa<ConstantInt>(VectorValue->getAggregateElement(i))); in TEST_F()205 ConstantInt *El = cast<ConstantInt>(VectorValue->getAggregateElement(i)); in TEST_F()
829 const auto *VectorValue = cast<Constant>(Val); in minRequiredElementSize() local845 dyn_cast<ConstantInt>(VectorValue->getAggregateElement(i))) { in minRequiredElementSize()
913 Value *VectorValue = State.get(getOperand(0), Part); in execute() local914 InsertElementInst *IEI = cast<InsertElementInst>(VectorValue); in execute()
2495 Value *VectorValue = State.get(Def, Instance.Part); in packScalarIntoVectorValue() local2496 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() local9812 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()