Searched refs:PhiType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 361 auto *PhiType = Ctx.Types.inferScalarType(getOperand(1)); in computeCost() local 363 PhiType, VF, ExtAType, ExtBType, in computeCost() 3740 Type *PhiType = State.TypeAnalysis.inferScalarType(getStepValue()); in execute() local 3741 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute() 3756 State.Builder.CreateTrunc(NumUnrolledElems, PhiType)), in execute() 3764 Type *VecPhiType = VectorType::get(PhiType, State.VF); in execute() 3766 RuntimeVF, ConstantInt::get(PhiType, CurrentPart)); in execute()
|