Home
last modified time | relevance | path

Searched refs:getVectorLengthParam (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorBuilderTest.cpp75 ASSERT_EQ(VPIntrin->getVectorLengthParam(), EVL); \ in TEST_F()
125 ASSERT_EQ(VPIntrin->getVectorLengthParam(), EVL); \ in TEST_F()
172 isLegalConstEVL(VPIntrin->getVectorLengthParam(), VectorNumElements)); \ in TEST_F()
207 isLegalConstEVL(VPIntrin->getVectorLengthParam(), VectorNumElements)); \ in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp471 Value *EVLParam = VPI.getVectorLengthParam(); in discardEVLParameter()
505 Value *OldEVLParam = VPI.getVectorLengthParam(); in foldEVLIntoMask()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp359 Value *VPIntrinsic::getVectorLengthParam() const { in getVectorLengthParam() function in VPIntrinsic
486 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h418 Value *getVectorLengthParam() const;