Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp722 unsigned VPReductionIntrinsic::getStartParamPos() const { in getStartParamPos() function in VPReductionIntrinsic
723 return *VPReductionIntrinsic::getStartParamPos(getIntrinsicID()); in getStartParamPos()
740 VPReductionIntrinsic::getStartParamPos(Intrinsic::ID ID) { in getStartParamPos() function in VPReductionIntrinsic
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h552 unsigned getStartParamPos() const;
555 static std::optional<unsigned> getStartParamPos(Intrinsic::ID ID);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp334 Value *Start = VPI.getOperand(VPI.getStartParamPos()); in expandPredicationInReduction()