Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp415 Value *VPIntrinsic::getVectorLengthParam() const { in getVectorLengthParam() function in VPIntrinsic
627 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp658 Value *EVLParam = VPI.getVectorLengthParam(); in discardEVLParameter()
692 Value *OldEVLParam = VPI.getVectorLengthParam(); in foldEVLIntoMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h584 Value *getVectorLengthParam() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1503 VPI->getMaskParam(), VPI->getVectorLengthParam(), in getInterestingMemoryOperands()
1519 VPI->getVectorLengthParam()); in getInterestingMemoryOperands()