Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp491 Type *VecTypOp0 = Shuffle->getOperand(0)->getType(); in getInstructionCost() local
492 unsigned NumVecElems = VecTypOp0->getVectorNumElements(); in getInstructionCost()
497 return TTI->getShuffleCost(TargetTransformInfo::SK_Reverse, VecTypOp0, in getInstructionCost()
501 VecTypOp0, 0, nullptr); in getInstructionCost()