Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3799 ConstantInt *AlignOpC = dyn_cast<ConstantInt>(Alignment); in annotateAnyAllocSite() local
3800 if (AlignOpC && AlignOpC->getValue().ult(llvm::Value::MaximumAlignment)) { in annotateAnyAllocSite()
3801 uint64_t AlignmentVal = AlignOpC->getZExtValue(); in annotateAnyAllocSite()