Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp217 VPI.canIgnoreVectorLengthParam()) && in expandPredicationInBinaryOperator()
254 if (VPI.canIgnoreVectorLengthParam()) in discardEVLParameter()
286 if (VPI.canIgnoreVectorLengthParam()) in foldEVLIntoMask()
306 assert(VPI.canIgnoreVectorLengthParam() && in foldEVLIntoMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp429 bool VPIntrinsic::canIgnoreVectorLengthParam() const { in canIgnoreVectorLengthParam() function in VPIntrinsic
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h415 bool canIgnoreVectorLengthParam() const;