Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp447 const auto *ParMod = this->getModule(); in canIgnoreVectorLengthParam() local
448 if (!ParMod) in canIgnoreVectorLengthParam()
450 const auto &DL = ParMod->getDataLayout(); in canIgnoreVectorLengthParam()