Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp392 ElementCount VPIntrinsic::getStaticVectorLength() const { in getStaticVectorLength() function in VPIntrinsic
610 ElementCount EC = getStaticVectorLength(); in canIgnoreVectorLengthParam()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp638 ElementCount StaticElemCount = VPI.getStaticVectorLength(); in discardEVLParameter()
676 ElementCount ElemCount = VPI.getStaticVectorLength(); in foldEVLIntoMask()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h583 ElementCount getStaticVectorLength() const;