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

Declarations

include/llvm/ADT/APInt.h
  922   APInt &operator<<=(const APInt &ShiftAmt);

References

include/llvm/ADT/APInt.h
 1033     R <<= ShiftAmt;
lib/IR/ConstantRange.cpp
 1225   min <<= Other.getUnsignedMin();
 1226   max <<= Other_umax;
lib/Target/X86/X86ISelLowering.cpp
38265     Mask <<= N1C->getAPIntValue();
lib/Transforms/InstCombine/InstCombineAddSub.cpp
  959     C <<= *AI;
 1004       C <<= *AI;