Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h188 Value *getLiveInIRValue() { in getLiveInIRValue() function
193 const Value *getLiveInIRValue() const { in getLiveInIRValue() function
H A DVPlanRecipes.cpp642 auto *StartC = dyn_cast<ConstantInt>(getStartValue()->getLiveInIRValue()); in isCanonical()
660 auto *StepC = dyn_cast_or_null<ConstantInt>(StepVPV->getLiveInIRValue()); in isCanonical()
965 Value *Start = getStartValue()->getLiveInIRValue(); in execute()
1055 auto *VectorInit = getStartValue()->getLiveInIRValue(); in execute()
1117 Value *StartV = StartVPV->getLiveInIRValue(); in execute()
H A DVPlan.cpp206 return Def->getLiveInIRValue(); in get()
H A DLoopVectorize.cpp3816 auto *ScalarInit = PhiR->getStartValue()->getLiveInIRValue(); in fixFirstOrderRecurrence()
9234 Value *Start = getStartValue()->getLiveInIRValue(); in execute()
9378 Value *ScalarStartValue = getStartValue()->getLiveInIRValue(); in execute()
9450 getStartValue()->getLiveInIRValue(), Step, in execute()
9765 Value *IRV = Def->getLiveInIRValue(); in get()
H A DVPlan.h1869 return getOperand(0)->getLiveInIRValue()->getType(); in getScalarType()