Searched refs:getVectorParamPos (Results 1 – 3 of 3) sorted by relevance
653 Params[*VPReductionIntrinsic::getVectorParamPos(VPID)]->getType(); in getDeclarationForParams()794 unsigned VPReductionIntrinsic::getVectorParamPos() const { in getVectorParamPos() function in VPReductionIntrinsic795 return *VPReductionIntrinsic::getVectorParamPos(getIntrinsicID()); in getVectorParamPos()803 VPReductionIntrinsic::getVectorParamPos(Intrinsic::ID ID) { in getVectorParamPos() function in VPReductionIntrinsic
639 unsigned getVectorParamPos() const;642 static std::optional<unsigned> getVectorParamPos(Intrinsic::ID ID);
409 Value *RedOp = VPI.getOperand(VPI.getVectorParamPos()); in expandPredicationInReduction()