Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp558 const auto *ParMod = this->getModule(); in canIgnoreVectorLengthParam() local
559 if (!ParMod) in canIgnoreVectorLengthParam()
561 const auto &DL = ParMod->getDataLayout(); in canIgnoreVectorLengthParam()