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.cpp784 unsigned VPReductionIntrinsic::getStartParamPos() const { in getStartParamPos() function in VPReductionIntrinsic
785 return *VPReductionIntrinsic::getStartParamPos(getIntrinsicID()); in getStartParamPos()
796 VPReductionIntrinsic::getStartParamPos(Intrinsic::ID ID) { in getStartParamPos() function in VPReductionIntrinsic
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h660 LLVM_ABI unsigned getStartParamPos() const;
663 LLVM_ABI static std::optional<unsigned> getStartParamPos(Intrinsic::ID ID);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp352 Value *Start = VPI.getOperand(VPI.getStartParamPos()); in expandPredicationInReduction()