Searched refs:getVectorParamPos (Results 1 – 3 of 3) sorted by relevance
667 Params[*VPReductionIntrinsic::getVectorParamPos(VPID)]->getType(); in getDeclarationForParams()814 unsigned VPReductionIntrinsic::getVectorParamPos() const { in getVectorParamPos() function in VPReductionIntrinsic815 return *VPReductionIntrinsic::getVectorParamPos(getIntrinsicID()); in getVectorParamPos()823 VPReductionIntrinsic::getVectorParamPos(Intrinsic::ID ID) { in getVectorParamPos() function in VPReductionIntrinsic
648 unsigned getVectorParamPos() const;651 static std::optional<unsigned> getVectorParamPos(Intrinsic::ID ID);
421 Value *RedOp = VPI.getOperand(VPI.getVectorParamPos()); in expandPredicationInReduction()