Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp300 auto VLConst = dyn_cast<ConstantInt>(VLParam); in canIgnoreVectorLengthParam() local
301 if (!VLConst) in canIgnoreVectorLengthParam()
304 uint64_t VLNum = VLConst->getZExtValue(); in canIgnoreVectorLengthParam()