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

References

lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  436     DestLOI.Known = KnownBits(BitWidth);
  441     APInt Val = CI->getValue().zextOrTrunc(BitWidth);
  453     const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
  461   assert(DestLOI.Known.Zero.getBitWidth() == BitWidth &&
  462          DestLOI.Known.One.getBitWidth() == BitWidth &&
  469       DestLOI.Known = KnownBits(BitWidth);
  474       APInt Val = CI->getValue().zextOrTrunc(BitWidth);
  488     const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);