Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp798 unsigned VPReductionIntrinsic::getStartParamPos() const { in getStartParamPos() function in VPReductionIntrinsic
799 return *VPReductionIntrinsic::getStartParamPos(getIntrinsicID()); in getStartParamPos()
816 VPReductionIntrinsic::getStartParamPos(Intrinsic::ID ID) { in getStartParamPos() function in VPReductionIntrinsic
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h638 unsigned getStartParamPos() const;
641 static std::optional<unsigned> getStartParamPos(Intrinsic::ID ID);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp420 Value *Start = VPI.getOperand(VPI.getStartParamPos()); in expandPredicationInReduction()