Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp471 VPI->setUnderlyingInstr(cast<VPInstruction>(Values[0])->getUnderlyingInstr()); in buildGraph()
H A DVPlan.h774 void setUnderlyingInstr(Instruction *I) { setUnderlyingValue(I); } in setUnderlyingInstr() function