LLVM 20.0.0git
|
Helper to access the operand that contains the unroll part for this recipe after unrolling. More...
#include "Transforms/Vectorize/VPlan.h"
Protected Member Functions | |
VPValue * | getUnrollPartOperand (VPUser &U) const |
Return the VPValue operand containing the unroll part or null if there is no such operand. | |
unsigned | getUnrollPart (VPUser &U) const |
Return the unroll part. | |
Helper to access the operand that contains the unroll part for this recipe after unrolling.
|
protected |
Return the unroll part.
Definition at line 322 of file VPlanRecipes.cpp.
|
protected |
Return the VPValue operand containing the unroll part or null if there is no such operand.
Definition at line 315 of file VPlanRecipes.cpp.