reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 2032   if (!isPowerOf2_32(Width))
 2073   Value *ShAmt = matchShiftAmount(ShAmt0, ShAmt1, Width);
 2076     ShAmt = matchShiftAmount(ShAmt1, ShAmt0, Width);