Searched refs:MaskSCEV (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp237 const SCEVConstant *MaskSCEV = dyn_cast<SCEVConstant>(AndRHSSCEV); local
238 if (!MaskSCEV)
243 unsigned TrailingOnes = MaskSCEV->getAPInt().countTrailingOnes();

Completed in 54 milliseconds