Searched refs:canIgnoreVectorLengthParam (Results 1 – 3 of 3) sorted by relevance
233 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInBinaryOperator()284 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationToFPCall()337 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInReduction()413 assert(VPI.canIgnoreVectorLengthParam()); in expandPredicationInMemoryIntrinsic()477 assert((maySpeculateLanes(VPI) || VPI.canIgnoreVectorLengthParam()) && in expandPredicationInComparison()496 if (VPI.canIgnoreVectorLengthParam()) in discardEVLParameter()526 if (VPI.canIgnoreVectorLengthParam()) in foldEVLIntoMask()546 assert(VPI.canIgnoreVectorLengthParam() && in foldEVLIntoMask()
596 bool VPIntrinsic::canIgnoreVectorLengthParam() const { in canIgnoreVectorLengthParam() function in VPIntrinsic
599 LLVM_ABI bool canIgnoreVectorLengthParam() const;