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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  135                                                  CallOptions.IsSExt);
  138     if (CallOptions.IsSoften &&
  139         !shouldExtendTypeInLibCall(CallOptions.OpsVTBeforeSoften[i])) {
  152   bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt);
  155   if (CallOptions.IsSoften &&
  156       !shouldExtendTypeInLibCall(CallOptions.RetVTBeforeSoften)) {
  163       .setNoReturn(CallOptions.DoesNotReturn)
  164       .setDiscardResult(!CallOptions.IsReturnValueUsed)
  165       .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization)