Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp511 const auto *VLConst = dyn_cast<ConstantInt>(VLParam); in canIgnoreVectorLengthParam() local
512 if (!VLConst) in canIgnoreVectorLengthParam()
515 uint64_t VLNum = VLConst->getZExtValue(); in canIgnoreVectorLengthParam()