Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp261 ElementCount StaticElemCount = VPI.getStaticVectorLength(); in discardEVLParameter()
299 ElementCount ElemCount = VPI.getStaticVectorLength(); in foldEVLIntoMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp284 ElementCount VPIntrinsic::getStaticVectorLength() const { in getStaticVectorLength() function in VPIntrinsic
432 ElementCount EC = getStaticVectorLength(); in canIgnoreVectorLengthParam()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h419 ElementCount getStaticVectorLength() const;