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

References

lib/Transforms/InstCombine/InstCombineSelect.cpp
  166   if (!TC.isNullValue() && !FC.isNullValue()) {
  170     if (TC.getBitWidth() != AndMask.getBitWidth() || (TC ^ FC) != AndMask)
  179     bool ExtraBitInTC = TC.ugt(FC);
  191       Constant *C = ConstantInt::get(SelType, FC);
  198   if (!TC.isPowerOf2() && !FC.isPowerOf2())
  203   const APInt &ValC = !TC.isNullValue() ? TC : FC;