Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp387 ElementCount VPIntrinsic::getStaticVectorLength() const { in getStaticVectorLength() function in VPIntrinsic
624 ElementCount EC = getStaticVectorLength(); in canIgnoreVectorLengthParam()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp662 ElementCount StaticElemCount = VPI.getStaticVectorLength(); in discardEVLParameter()
700 ElementCount ElemCount = VPI.getStaticVectorLength(); in foldEVLIntoMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h592 ElementCount getStaticVectorLength() const;