Home
last modified time | relevance | path

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

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