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

References

lib/Analysis/ConstantFolding.cpp
 2347       return Operands[IsRight ? 1 : 0];
 2356       return Operands[IsRight ? 1 : 0];
 2359     unsigned LshrAmt = IsRight ? ShAmt : BitWidth - ShAmt;
 2360     unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt;