Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2054 unsigned NewAlignmentLog = in visitCallInst() local
2059 if (NewAlignmentLog > Log2(CI.getRetAlign().valueOrOne())) { in visitCallInst()
2061 CI.getContext(), Align(uint64_t(1) << NewAlignmentLog))); in visitCallInst()