Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp400 auto ParMod = this->getModule(); in canIgnoreVectorLengthParam() local
401 if (!ParMod) in canIgnoreVectorLengthParam()
403 const auto &DL = ParMod->getDataLayout(); in canIgnoreVectorLengthParam()