Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp462 VPI->setUnderlyingInstr(cast<VPInstruction>(Values[0])->getUnderlyingInstr()); in buildGraph()
H A DVPlan.h637 void setUnderlyingInstr(Instruction *I) { setUnderlyingValue(I); } in setUnderlyingInstr() function