Searched refs:getVectorParamPos (Results 1 – 3 of 3) sorted by relevance
592 Params[*VPReductionIntrinsic::getVectorParamPos(VPID)]->getType(); in getDeclarationForParams()718 unsigned VPReductionIntrinsic::getVectorParamPos() const { in getVectorParamPos() function in VPReductionIntrinsic719 return *VPReductionIntrinsic::getVectorParamPos(getIntrinsicID()); in getVectorParamPos()727 VPReductionIntrinsic::getVectorParamPos(Intrinsic::ID ID) { in getVectorParamPos() function in VPReductionIntrinsic
553 unsigned getVectorParamPos() const;556 static std::optional<unsigned> getVectorParamPos(Intrinsic::ID ID);
323 Value *RedOp = VPI.getOperand(VPI.getVectorParamPos()); in expandPredicationInReduction()