Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp413 auto VLConst = dyn_cast<ConstantInt>(VLParam); in canIgnoreVectorLengthParam() local
414 if (!VLConst) in canIgnoreVectorLengthParam()
417 uint64_t VLNum = VLConst->getZExtValue(); in canIgnoreVectorLengthParam()