Searched refs:getVectorParamPos (Results 1 – 3 of 3) sorted by relevance
641 Params[*VPReductionIntrinsic::getVectorParamPos(VPID)]->getType(); in getOrInsertDeclarationForParams()780 unsigned VPReductionIntrinsic::getVectorParamPos() const { in getVectorParamPos() function in VPReductionIntrinsic781 return *VPReductionIntrinsic::getVectorParamPos(getIntrinsicID()); in getVectorParamPos()789 VPReductionIntrinsic::getVectorParamPos(Intrinsic::ID ID) { in getVectorParamPos() function in VPReductionIntrinsic
661 LLVM_ABI unsigned getVectorParamPos() const;664 LLVM_ABI static std::optional<unsigned> getVectorParamPos(Intrinsic::ID ID);
341 Value *RedOp = VPI.getOperand(VPI.getVectorParamPos()); in expandPredicationInReduction()