Home
last modified time | relevance | path

Searched refs:getVectorLengthParam (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp420 Value *VPIntrinsic::getVectorLengthParam() const { in getVectorLengthParam() function in VPIntrinsic
613 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp634 Value *EVLParam = VPI.getVectorLengthParam(); in discardEVLParameter()
668 Value *OldEVLParam = VPI.getVectorLengthParam(); in foldEVLIntoMask()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h575 Value *getVectorLengthParam() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1423 VPI->getMaskParam(), VPI->getVectorLengthParam(), in getInterestingMemoryOperands()
1439 VPI->getVectorLengthParam()); in getInterestingMemoryOperands()