Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp592 Params[*VPReductionIntrinsic::getVectorParamPos(VPID)]->getType(); in getDeclarationForParams()
718 unsigned VPReductionIntrinsic::getVectorParamPos() const { in getVectorParamPos() function in VPReductionIntrinsic
719 return *VPReductionIntrinsic::getVectorParamPos(getIntrinsicID()); in getVectorParamPos()
727 VPReductionIntrinsic::getVectorParamPos(Intrinsic::ID ID) { in getVectorParamPos() function in VPReductionIntrinsic
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h553 unsigned getVectorParamPos() const;
556 static std::optional<unsigned> getVectorParamPos(Intrinsic::ID ID);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp323 Value *RedOp = VPI.getOperand(VPI.getVectorParamPos()); in expandPredicationInReduction()