Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp503 ElementCount StaticElemCount = VPI.getStaticVectorLength(); in discardEVLParameter()
539 ElementCount ElemCount = VPI.getStaticVectorLength(); in foldEVLIntoMask()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp360 ElementCount VPIntrinsic::getStaticVectorLength() const { in getStaticVectorLength() function in VPIntrinsic
599 ElementCount EC = getStaticVectorLength(); in canIgnoreVectorLengthParam()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h603 LLVM_ABI ElementCount getStaticVectorLength() const;