Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3085 ConstantInt *AlignOpC = dyn_cast<ConstantInt>(Alignment); in annotateAnyAllocSite() local
3086 if (AlignOpC && AlignOpC->getValue().ult(llvm::Value::MaximumAlignment)) { in annotateAnyAllocSite()
3087 uint64_t AlignmentVal = AlignOpC->getZExtValue(); in annotateAnyAllocSite()