Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp818 unsigned VPReductionIntrinsic::getStartParamPos() const { in getStartParamPos() function in VPReductionIntrinsic
819 return *VPReductionIntrinsic::getStartParamPos(getIntrinsicID()); in getStartParamPos()
836 VPReductionIntrinsic::getStartParamPos(Intrinsic::ID ID) { in getStartParamPos() function in VPReductionIntrinsic
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h647 unsigned getStartParamPos() const;
650 static std::optional<unsigned> getStartParamPos(Intrinsic::ID ID);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp432 Value *Start = VPI.getOperand(VPI.getStartParamPos()); in expandPredicationInReduction()