Searched refs:getVPValue (Results 1 – 4 of 4) sorted by relevance
393 VPValue *getVPValue(unsigned I) { in getVPValue() function397 const VPValue *getVPValue(unsigned I) const { in getVPValue() function
1065 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()1068 return dyn_cast_or_null<TruncInst>(getVPValue(0)->getUnderlyingValue()); in getTruncInst()2305 VPValue *getVPValue(Value *V, bool OverrideAllowed = false) {2322 return getVPValue(V);
3535 VPValue *Def = State.Plan->getVPValue(KV.first, true); in truncateToMinimalBitwidths()3643 VPValue *Def = State.Plan->getVPValue(KV.first, true); in truncateToMinimalBitwidths()9137 VPValue *OriginalV = Plan->getVPValue(Member); in buildVPlanWithVPRecipes()9139 Plan->addVPValue(Member, VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()9140 OriginalV->replaceAllUsesWith(VPIG->getVPValue(J)); in buildVPlanWithVPRecipes()9236 VPValue *ChainOp = Plan->getVPValue(Chain); in adjustRecipesForReductions()9256 VPValue *VecOp = Plan->getVPValue(R->getOperand(VecOpId)); in adjustRecipesForReductions()9271 Instruction::FMul, {VecOp, Plan->getVPValue(R->getOperand(1))}); in adjustRecipesForReductions()9344 getVPValue(OpIdx)->printAsOperand(O, SlotTracker); in print()
703 getVPValue(0)->printAsOperand(O, SlotTracker); in print()