Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUnroll.cpp82 VPValue *getValueForPart(VPValue *V, unsigned Part) { in getValueForPart() function in __anone9af25350111::UnrollState
116 R->setOperand(OpIdx, getValueForPart(Op, Part)); in remapOperand()
122 R->setOperand(OpIdx, getValueForPart(Op, Part)); in remapOperands()
295 Copy->setOperand(0, getValueForPart(Op, Part - 1)); in unrollRecipeByUF()
296 Copy->setOperand(1, getValueForPart(Op, Part)); in unrollRecipeByUF()
362 R.addOperand(getValueForPart(Op1, Part)); in unrollBlock()
377 I->replaceAllUsesWith(getValueForPart(Op0, UF - Offset)); in unrollBlock()